index.rst 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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/action_list
  22. reference/action_create_edit
  23. reference/action_show
  24. reference/action_delete
  25. reference/action_export
  26. reference/saving_hooks
  27. reference/form_types
  28. reference/form_help_message
  29. reference/field_types
  30. reference/batch_actions
  31. reference/console
  32. reference/troubleshooting
  33. Advanced Options
  34. ----------------
  35. .. toctree::
  36. :maxdepth: 1
  37. :numbered:
  38. reference/routing
  39. reference/translation
  40. reference/conditional_validation
  41. reference/templates
  42. reference/security
  43. reference/extensions
  44. reference/events
  45. reference/advanced_configuration
  46. reference/preview_mode
  47. Cookbook
  48. --------
  49. .. toctree::
  50. :maxdepth: 1
  51. :numbered:
  52. cookbook/recipe_select2
  53. cookbook/recipe_knp_menu
  54. cookbook/recipe_file_uploads
  55. cookbook/recipe_image_previews
  56. cookbook/recipe_row_templates
  57. cookbook/recipe_sortable_listing
  58. cookbook/recipe_dynamic_form_modification
  59. cookbook/recipe_custom_action
  60. cookbook/recipe_customizing_a_mosaic_list
  61. cookbook/recipe_overwrite_admin_configuration
  62. cookbook/recipe_improve_performance_large_datasets
  63. cookbook/recipe_virtual_field
  64. cookbook/recipe_bootlint
  65. cookbook/recipe_lock_protection