12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .. Sonata - AdminBundle documentation master file, created by
- sphinx-quickstart on Sun May 1 16:09:38 2011.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- Welcome to Sonata - AdminBundle's documentation!
- ================================================
- The ``AdminBundle`` provides a CRUD interface for model entities.
- Reference Guide
- ---------------
- .. toctree::
- :maxdepth: 1
- :numbered:
- reference/installation
- reference/architecture
- reference/list_field_definition
- reference/filter_field_definition
- reference/form_field_definition
- reference/form_types_and_transformers
- reference/saving_hooks
- reference/routing
- reference/dashboard
- Doctrine ORM
- ------------
- .. toctree::
- :maxdepth: 1
- :numbered:
- doctrine_orm/query_proxy
- Tutorial
- --------
- .. toctree::
- :maxdepth: 1
- :numbered:
- tutorial/creating_your_first_admin_class/introduction
- tutorial/creating_your_first_admin_class/defining_entities
- tutorial/creating_your_first_admin_class/defining_routing
- tutorial/creating_your_first_admin_class/defining_crud_controller
- tutorial/creating_your_first_admin_class/defining_admin_class
|