12345678910111213 |
- Introduction
- ============
- This is a tutorial & how-to for creating your first ``Admin`` classes using
- the ``BaseApplicationBundle``. In this example, we'll create the backend of
- a blog application.
- The tutorial will explains how to define:
- * entities
- * routing
- * CRUD controller
- * The ``Admin`` class
|