index.rst 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. Admin Bundle
  2. ============
  3. **Warning**: The bundle has been split into 4 bundles :
  4. * SonataAdminBundle : the current one, contains core librairies and services
  5. * `SonataDoctrineORMAdminBundle <https://github.com/sonata-project/SonataDoctrineORMAdminBundle>`_: Integrates the admin bundle with the Doctrine ORM project
  6. * `SonataDoctrineMongoDBAdminBundle <https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle>`_: Integrates the admin bundle with MongoDB (early stage)
  7. * `SonataDoctrinePhpcrAdminBundle <https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle>`_: Integrates the admin bundle with PHPCR (early stage)
  8. Reference Guide
  9. ---------------
  10. .. toctree::
  11. :maxdepth: 1
  12. :numbered:
  13. reference/installation
  14. reference/getting-started
  15. reference/configuration
  16. reference/architecture
  17. reference/dashboard
  18. reference/routing
  19. reference/saving_hooks
  20. reference/form_types
  21. reference/field_types
  22. reference/conditional_validation
  23. reference/templates
  24. reference/translation
  25. reference/security
  26. reference/advance