index.rst 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. Admin Bundle
  2. ============
  3. **SonataAdminBundle is split into 4 bundles:**
  4. * SonataAdminBundle: contains core libraries and services
  5. * `SonataDoctrineORMAdminBundle <https://github.com/sonata-project/SonataDoctrineORMAdminBundle>`_: Integrates Doctrine ORM project with the core admin bundle
  6. * `SonataDoctrineMongoDBAdminBundle <https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle>`_: Integrates MongoDB with the core admin bundle (early stage)
  7. * `SonataDoctrinePhpcrAdminBundle <https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle>`_: Integrates PHPCR with the core admin bundle (early stage)
  8. The demo website can be found in http://demo.sonata-project.org/admin/dashboard (admin as user and password)
  9. Reference Guide
  10. ---------------
  11. .. toctree::
  12. :maxdepth: 1
  13. :numbered:
  14. reference/installation
  15. reference/getting_started
  16. reference/configuration
  17. reference/architecture
  18. reference/dashboard
  19. reference/routing
  20. reference/saving_hooks
  21. reference/form_types
  22. reference/field_types
  23. reference/conditional_validation
  24. reference/templates
  25. reference/translation
  26. reference/security
  27. reference/advance
  28. reference/console