index.rst 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Admin Bundle
  2. ============
  3. **SonataAdminBundle is split into 5 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. * `SonataPropelAdminBundle <https://github.com/sonata-project/SonataPropelAdminBundle>`_: integrates Propel with the core admin bundle (early stage)
  9. The demo website can be found in http://demo.sonata-project.org/admin/dashboard (admin as user and password).
  10. Reference Guide
  11. ---------------
  12. .. toctree::
  13. :maxdepth: 1
  14. :numbered:
  15. reference/installation
  16. reference/getting_started
  17. reference/configuration
  18. reference/architecture
  19. reference/dashboard
  20. reference/routing
  21. reference/action_list
  22. reference/action_create_edit
  23. reference/action_show
  24. reference/action_delete
  25. reference/saving_hooks
  26. reference/form_types
  27. reference/form_help_message
  28. reference/field_types
  29. reference/conditional_validation
  30. reference/templates
  31. reference/batch_actions
  32. reference/translation
  33. reference/security
  34. reference/extensions
  35. reference/advance
  36. reference/console
  37. reference/preview_mode
  38. reference/troubleshooting
  39. Overview
  40. --------
  41. .. figure:: ./images/dashboard.png
  42. :align: center
  43. :alt: The dashboard
  44. :width: 700px
  45. The dashboard
  46. .. figure:: ./images/post_list.png
  47. :align: center
  48. :alt: The model list
  49. :width: 700px
  50. The model list
  51. .. figure:: ./images/post_edit.png
  52. :align: center
  53. :alt: The model edition
  54. :width: 700px
  55. The model edition
  56. .. figure:: ./images/post_create_tag.png
  57. :align: center
  58. :alt: The modal model edition
  59. :width: 700px
  60. The modal model edition
  61. .. figure:: ./images/acl_editor.png
  62. :align: center
  63. :alt: The ACL editor
  64. :width: 700px