index.rst 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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`` as user and password).
  10. Getting Started
  11. ---------------
  12. .. toctree::
  13. :maxdepth: 1
  14. :numbered:
  15. getting_started/installation
  16. getting_started/creating_an_admin
  17. getting_started/the_form_view
  18. getting_started/the_list_view
  19. Reference Guide
  20. ---------------
  21. .. toctree::
  22. :maxdepth: 1
  23. :numbered:
  24. reference/installation
  25. reference/getting_started
  26. reference/configuration
  27. reference/architecture
  28. reference/dashboard
  29. reference/search
  30. reference/action_list
  31. reference/action_create_edit
  32. reference/action_show
  33. reference/action_delete
  34. reference/action_export
  35. reference/saving_hooks
  36. reference/form_types
  37. reference/form_help_message
  38. reference/field_types
  39. reference/batch_actions
  40. reference/console
  41. reference/troubleshooting
  42. Advanced Options
  43. ----------------
  44. .. toctree::
  45. :maxdepth: 1
  46. :numbered:
  47. reference/routing
  48. reference/translation
  49. reference/conditional_validation
  50. reference/templates
  51. reference/security
  52. reference/extensions
  53. reference/events
  54. reference/advanced_configuration
  55. reference/preview_mode
  56. Cookbook
  57. --------
  58. .. toctree::
  59. :maxdepth: 1
  60. :numbered:
  61. cookbook/recipe_select2
  62. cookbook/recipe_knp_menu
  63. cookbook/recipe_file_uploads
  64. cookbook/recipe_image_previews
  65. cookbook/recipe_row_templates
  66. cookbook/recipe_sortable_listing
  67. cookbook/recipe_dynamic_form_modification
  68. cookbook/recipe_custom_action
  69. cookbook/recipe_customizing_a_mosaic_list
  70. cookbook/recipe_overwrite_admin_configuration
  71. cookbook/recipe_improve_performance_large_datasets
  72. cookbook/recipe_virtual_field
  73. cookbook/recipe_bootlint
  74. cookbook/recipe_lock_protection