index.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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/advance
  30. reference/console
  31. reference/preview_mode
  32. reference/troubleshooting
  33. Overview
  34. --------
  35. .. figure:: ./images/dashboard.png
  36. :align: center
  37. :alt: The dashboard
  38. :width: 700px
  39. The dashboard
  40. .. figure:: ./images/post_list.png
  41. :align: center
  42. :alt: The model list
  43. :width: 700px
  44. The model list
  45. .. figure:: ./images/post_edit.png
  46. :align: center
  47. :alt: The model edition
  48. :width: 700px
  49. The model edition
  50. .. figure:: ./images/post_create_tag.png
  51. :align: center
  52. :alt: The modal model edition
  53. :width: 700px
  54. The modal model edition