12345678910111213141516171819202122232425262728293031 |
- Admin Bundle
- ============
- **Warning**: The bundle has been split into 4 bundles :
- * SonataAdminBundle : the current one, contains core librairies and services
- * `SonataDoctrineORMAdminBundle <https://github.com/sonata-project/SonataDoctrineORMAdminBundle>`_: Integrates the admin bundle with the Doctrine ORM project
- * `SonataDoctrineMongoDBAdminBundle <https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle>`_: Integrates the admin bundle with MongoDB (early stage)
- * `SonataDoctrinePhpcrAdminBundle <https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle>`_: Integrates the admin bundle with PHPCR (early stage)
- Reference Guide
- ---------------
- .. toctree::
- :maxdepth: 1
- :numbered:
- reference/installation
- reference/getting-started
- reference/configuration
- reference/architecture
- reference/dashboard
- reference/routing
- reference/saving_hooks
- reference/form_types
- reference/field_types
- reference/conditional_validation
- reference/templates
- reference/translation
- reference/security
- reference/advance
|