123456789101112131415161718192021222324252627282930313233 |
- .. SonataAdminBundle documentation master file, created by
- sphinx-quickstart on Sun May 1 16:09:38 2011.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- Welcome to Sonata - Doctrine ORM Admin's documentation!
- =======================================================
- The ``Doctrine ORM Admin`` provides services to work with the ``Admin Bundle`` and the ``Doctrine Project``.
- **Warning**: The bundle has been split into 2 bundles :
- * SonataAdminBundle : the current one, contains core librairies and services
- * SonataDoctrineORMAdminBundle : Integrates the admin bundle into with the Doctrine ORM project
- Reference Guide
- ---------------
- .. toctree::
- :maxdepth: 1
- :numbered:
- reference/installation
- reference/architecture
- reference/dashboard
- reference/routing
- reference/saving_hooks
- reference/conditional_validation
- reference/templates
- reference/translation
- reference/security
- reference/advance
|