introduction.rst 298 B

12345678910111213
  1. Introduction
  2. ============
  3. This is a tutorial & how-to for creating your first ``Admin`` classes using
  4. the ``AdminBundle``. In this example, we'll create the backend of
  5. a blog application.
  6. The tutorial will explains how to define:
  7. * Entities
  8. * The routing
  9. * CRUD controller
  10. * The ``Admin`` class