index.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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/action_export
  26. reference/saving_hooks
  27. reference/form_types
  28. reference/form_help_message
  29. reference/field_types
  30. reference/conditional_validation
  31. reference/templates
  32. reference/batch_actions
  33. reference/translation
  34. reference/security
  35. reference/extensions
  36. reference/advance
  37. reference/console
  38. reference/preview_mode
  39. reference/troubleshooting
  40. Overview
  41. --------
  42. .. figure:: ./images/dashboard.png
  43. :align: center
  44. :alt: The dashboard
  45. :width: 700px
  46. The dashboard
  47. .. figure:: ./images/post_list.png
  48. :align: center
  49. :alt: The model list
  50. :width: 700px
  51. The model list
  52. .. figure:: ./images/post_edit.png
  53. :align: center
  54. :alt: The model edition
  55. :width: 700px
  56. The model edition
  57. .. figure:: ./images/post_create_tag.png
  58. :align: center
  59. :alt: The modal model edition
  60. :width: 700px
  61. The modal model edition
  62. .. figure:: ./images/acl_editor.png
  63. :align: center
  64. :alt: The ACL editor
  65. :width: 700px