index.rst 975B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. JMSDiExtraBundle
  2. ================
  3. Introduction
  4. ------------
  5. JMSDiExtraBundle adds more powerful dependency injection features to Symfony2:
  6. - configure dependency injection via annotations
  7. - convention-based dependency injection in controllers
  8. - aspect-oriented programming capabilities for controllers
  9. Documentation
  10. -------------
  11. .. toctree ::
  12. :hidden:
  13. installation
  14. configuration
  15. usage
  16. doctrine
  17. annotations
  18. - :doc:`Installation <installation>`
  19. - :doc:`Configuration <configuration>`
  20. - :doc:`Usage <usage>`
  21. - :doc:`Doctrine Integration <doctrine>`
  22. - :doc:`Annotations <annotations>`
  23. License
  24. -------
  25. The code is released under the business-friendly `Apache2 license`_.
  26. Documentation is subject to the `Attribution-NonCommercial-NoDerivs 3.0 Unported
  27. license`_.
  28. .. _Apache2 license: http://www.apache.org/licenses/LICENSE-2.0.html
  29. .. _Attribution-NonCommercial-NoDerivs 3.0 Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/