index.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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/knp_menu
  23. reference/routing
  24. reference/action_list
  25. reference/action_create_edit
  26. reference/action_show
  27. reference/action_delete
  28. reference/action_export
  29. reference/saving_hooks
  30. reference/form_types
  31. reference/form_help_message
  32. reference/field_types
  33. reference/conditional_validation
  34. reference/templates
  35. reference/batch_actions
  36. reference/translation
  37. reference/security
  38. reference/extensions
  39. reference/events
  40. reference/advanced
  41. reference/console
  42. reference/preview_mode
  43. reference/troubleshooting
  44. Cookbook
  45. --------
  46. .. toctree::
  47. :maxdepth: 1
  48. :numbered:
  49. cookbook/recipe_file_uploads
  50. cookbook/recipe_image_previews
  51. cookbook/recipe_row_templates
  52. cookbook/recipe_sortable_listing
  53. cookbook/recipe_dynamic_form_modification
  54. cookbook/recipe_custom_action
  55. cookbook/recipe_customizing_a_mosaic_list
  56. cookbook/recipe_overwrite_admin_configuration
  57. cookbook/recipe_improve_performance_large_datasets