Skip to content

Commit

Permalink
added the new tutorial in the main index
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 12, 2014
1 parent 73cd243 commit d44e4a2
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions create_framework/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Create your PHP Framework

.. toctree::

part01
part02
part03
part04
part05
part06
part07
part08
part09
part10
part11
part12
01-introduction
02-http-foundation
03-front-controller
04-routing
05-templating
06-http-kernel
07-separation-of-concerns
08-unit-testing
09-event-dispatcher
10-http-kernel
11-http-kernel
12-dependency-injection
12 changes: 12 additions & 0 deletions create_framework/map.rst.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* :doc:`/create_framework/01-introduction`
* :doc:`/create_framework/02-http-foundation`
* :doc:`/create_framework/03-front-controller`
* :doc:`/create_framework/04-routing`
* :doc:`/create_framework/05-templating`
* :doc:`/create_framework/06-http-kernel`
* :doc:`/create_framework/07-separation-of-concerns`
* :doc:`/create_framework/08-unit-testing`
* :doc:`/create_framework/09-event-dispatcher`
* :doc:`/create_framework/10-http-kernel`
* :doc:`/create_framework/11-http-kernel`
* :doc:`/create_framework/12-dependency-injection`
12 changes: 12 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,15 @@ Contribute to Symfony:
contributing/index

.. include:: /contributing/map.rst.inc

Create your Own Framework
-------------------------

Want to create your own framework based on Symfony?

.. toctree::
:hidden:

create_framework/index

.. include:: /create_framework/map.rst.inc

0 comments on commit d44e4a2

Please sign in to comment.