index.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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/search
  21. reference/select2
  22. reference/routing
  23. reference/action_list
  24. reference/action_create_edit
  25. reference/action_show
  26. reference/action_delete
  27. reference/action_export
  28. reference/saving_hooks
  29. reference/form_types
  30. reference/form_help_message
  31. reference/field_types
  32. reference/conditional_validation
  33. reference/templates
  34. reference/batch_actions
  35. reference/translation
  36. reference/security
  37. reference/extensions
  38. reference/events
  39. reference/advance
  40. reference/console
  41. reference/preview_mode
  42. reference/troubleshooting
  43. Cookbook
  44. --------
  45. .. toctree::
  46. :maxdepth: 1
  47. :numbered:
  48. cookbook/recipe_file_uploads
  49. cookbook/recipe_image_previews
  50. cookbook/recipe_row_templates
  51. cookbook/recipe_sortable_listing