Skip to content

Commit 613d6bc

Browse files
committed
Use underscores in file name
1 parent ece717e commit 613d6bc

12 files changed

+27
-18
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

create_framework/index.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Create your own PHP Framework
44
.. toctree::
55

66
introduction
7-
http-foundation
8-
front-controller
7+
http_foundation
8+
front_controller
99
routing
1010
templating
11-
http-kernel-controller-resolver
12-
separation-of-concerns
13-
unit-testing
14-
event-dispatcher
15-
http-kernel-httpkernelinterface
16-
http-kernel-httpkernel-class
17-
dependency-injection
11+
http_kernel_controller_resolver
12+
separation_of_concerns
13+
unit_testing
14+
event_dispatcher
15+
http_kernel_httpkernelinterface
16+
http_kernel_httpkernel_class
17+
dependency_injection

create_framework/map.rst.inc

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
* :doc:`/create_framework/introduction`
2-
* :doc:`/create_framework/http-foundation`
3-
* :doc:`/create_framework/front-controller`
2+
* :doc:`/create_framework/http_foundation`
3+
* :doc:`/create_framework/front_controller`
44
* :doc:`/create_framework/routing`
55
* :doc:`/create_framework/templating`
6-
* :doc:`/create_framework/http-kernel-controller-resolver`
7-
* :doc:`/create_framework/separation-of-concerns`
8-
* :doc:`/create_framework/unit-testing`
9-
* :doc:`/create_framework/event-dispatcher`
10-
* :doc:`/create_framework/http-kernel-httpkernelinterface`
11-
* :doc:`/create_framework/http-kernel-httpkernel-class`
12-
* :doc:`/create_framework/dependency-injection`
6+
* :doc:`/create_framework/http_kernel_controller_resolver`
7+
* :doc:`/create_framework/separation_of_concerns`
8+
* :doc:`/create_framework/unit_testing`
9+
* :doc:`/create_framework/event_dispatcher`
10+
* :doc:`/create_framework/http_kernel_httpkernelinterface`
11+
* :doc:`/create_framework/http_kernel_httpkernel_class`
12+
* :doc:`/create_framework/dependency_injection`
File renamed without changes.

redirection_map

+9
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@
2929
/cookbook/configuration/pdo_session_storage /cookbook/doctrine/pdo_session_storage
3030
/cookbook/configuration/mongodb_session_storage /cookbook/doctrine/mongodb_session_storage
3131
/cookbook/service_container/event_listener /cookbook/event_dispatcher/event_listener
32+
/create_framework/http_foundation /create_framework/http-foundation
33+
/create_framework/front_controller /create_framework/front-controller
34+
/create_framework/http_kernel_controller_resolver /create_framework/http-kernel-controller-resolver
35+
/create_framework/separation_of_concerns /create_framework/separation-of-concerns
36+
/create_framework/unit_testing /create_framework/unit-testing
37+
/create_framework/event_dispatcher /create_framework/event-dispatcher
38+
/create_framework/http_kernel_httpkernelinterface /create_framework/http-kernel-httpkernelinterface
39+
/create_framework/http_kernel_httpkernel_class /create_framework/http-kernel-httpkernel-class
40+
/create_framework/dependency_injection /create_framework/dependency-injection

0 commit comments

Comments
 (0)