Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd44e4a2

Browse files
committed
added the new tutorial in the main index
1 parent73cd243 commitd44e4a2

15 files changed

+36
-12
lines changed
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.

‎create_framework/index.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Create your PHP Framework
33

44
..toctree::
55

6-
part01
7-
part02
8-
part03
9-
part04
10-
part05
11-
part06
12-
part07
13-
part08
14-
part09
15-
part10
16-
part11
17-
part12
6+
01-introduction
7+
02-http-foundation
8+
03-front-controller
9+
04-routing
10+
05-templating
11+
06-http-kernel
12+
07-separation-of-concerns
13+
08-unit-testing
14+
09-event-dispatcher
15+
10-http-kernel
16+
11-http-kernel
17+
12-dependency-injection

‎create_framework/map.rst.inc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
* :doc:`/create_framework/01-introduction`
2+
* :doc:`/create_framework/02-http-foundation`
3+
* :doc:`/create_framework/03-front-controller`
4+
* :doc:`/create_framework/04-routing`
5+
* :doc:`/create_framework/05-templating`
6+
* :doc:`/create_framework/06-http-kernel`
7+
* :doc:`/create_framework/07-separation-of-concerns`
8+
* :doc:`/create_framework/08-unit-testing`
9+
* :doc:`/create_framework/09-event-dispatcher`
10+
* :doc:`/create_framework/10-http-kernel`
11+
* :doc:`/create_framework/11-http-kernel`
12+
* :doc:`/create_framework/12-dependency-injection`

‎index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,15 @@ Contribute to Symfony:
8888
contributing/index
8989

9090
..include::/contributing/map.rst.inc
91+
92+
Create your Own Framework
93+
-------------------------
94+
95+
Want to create your own framework based on Symfony?
96+
97+
..toctree::
98+
:hidden:
99+
100+
create_framework/index
101+
102+
..include::/create_framework/map.rst.inc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp