index.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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/form_help_message
  23. reference/field_types
  24. reference/conditional_validation
  25. reference/templates
  26. reference/batch_actions
  27. reference/translation
  28. reference/security
  29. reference/extensions
  30. reference/advance
  31. reference/console
  32. reference/preview_mode
  33. reference/troubleshooting
  34. Overview
  35. --------
  36. .. figure:: ./images/dashboard.png
  37. :align: center
  38. :alt: The dashboard
  39. :width: 700px
  40. The dashboard
  41. .. figure:: ./images/post_list.png
  42. :align: center
  43. :alt: The model list
  44. :width: 700px
  45. The model list
  46. .. figure:: ./images/post_edit.png
  47. :align: center
  48. :alt: The model edition
  49. :width: 700px
  50. The model edition
  51. .. figure:: ./images/post_create_tag.png
  52. :align: center
  53. :alt: The modal model edition
  54. :width: 700px
  55. The modal model edition