index.rst 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. reference/recipe_file_uploads
  41. reference/recipe_image_previews
  42. Overview
  43. --------
  44. .. figure:: ./images/dashboard.png
  45. :align: center
  46. :alt: The dashboard
  47. :width: 700px
  48. The dashboard
  49. .. figure:: ./images/post_list.png
  50. :align: center
  51. :alt: The model list
  52. :width: 700px
  53. The model list
  54. .. figure:: ./images/post_edit.png
  55. :align: center
  56. :alt: The model edition
  57. :width: 700px
  58. The model edition
  59. .. figure:: ./images/post_create_tag.png
  60. :align: center
  61. :alt: The modal model edition
  62. :width: 700px
  63. The modal model edition
  64. .. figure:: ./images/acl_editor.png
  65. :align: center
  66. :alt: The ACL editor
  67. :width: 700px