index.rst 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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 at http://demo.sonata-project.org.
  10. **Usage examples:**
  11. * `SonataMediaBundle <https://github.com/sonata-project/SonataMediaBundle>`_: a media manager bundle
  12. * `SonataNewsBundle <https://github.com/sonata-project/SonataNewsBundle>`_: a news/blog bundle
  13. * `SonataPageBundle <https://github.com/sonata-project/SonataPageBundle>`_: a page (CMS like) bundle
  14. * `SonataUserBundle <https://github.com/sonata-project/SonataUserBundle>`_: integration of FOSUserBundle and SonataAdminBundle
  15. .. toctree::
  16. :caption: Getting Started
  17. :name: getting-started
  18. :maxdepth: 1
  19. :numbered:
  20. getting_started/installation
  21. getting_started/creating_an_admin
  22. getting_started/the_form_view
  23. getting_started/the_list_view
  24. .. toctree::
  25. :caption: Reference Guide
  26. :name: reference-guide
  27. :maxdepth: 1
  28. :numbered:
  29. reference/installation
  30. reference/getting_started
  31. reference/configuration
  32. reference/architecture
  33. reference/dashboard
  34. reference/search
  35. reference/action_list
  36. reference/action_create_edit
  37. reference/action_show
  38. reference/action_delete
  39. reference/action_export
  40. reference/saving_hooks
  41. reference/form_types
  42. reference/form_help_message
  43. reference/field_types
  44. reference/batch_actions
  45. reference/console
  46. reference/troubleshooting
  47. reference/breadcrumbs
  48. .. toctree::
  49. :caption: Advanced Options
  50. :name: advanced-options
  51. :maxdepth: 1
  52. :numbered:
  53. reference/routing
  54. reference/translation
  55. reference/conditional_validation
  56. reference/templates
  57. reference/security
  58. reference/extensions
  59. reference/events
  60. reference/advanced_configuration
  61. reference/annotations
  62. reference/preview_mode
  63. .. toctree::
  64. :caption: Cookbook
  65. :name: cookbook
  66. :maxdepth: 1
  67. :numbered:
  68. cookbook/recipe_select2
  69. cookbook/recipe_knp_menu
  70. cookbook/recipe_file_uploads
  71. cookbook/recipe_image_previews
  72. cookbook/recipe_row_templates
  73. cookbook/recipe_sortable_listing
  74. cookbook/recipe_dynamic_form_modification
  75. cookbook/recipe_custom_action
  76. cookbook/recipe_customizing_a_mosaic_list
  77. cookbook/recipe_overwrite_admin_configuration
  78. cookbook/recipe_improve_performance_large_datasets
  79. cookbook/recipe_virtual_field
  80. cookbook/recipe_bootlint
  81. cookbook/recipe_lock_protection
  82. cookbook/recipe_sortable_sonata_type_model
  83. cookbook/recipe_delete_field_group
  84. cookbook/recipe_data_mapper