index.rst 2.3 KB

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