This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://github.com/zendframework/zf2 into zf11884
- Loading branch information
Richard Kellner
committed
Nov 19, 2011
41 parents
f27c5e2
+
6cb3b21
+
1ecb5ed
+
b66b0e2
+
0b91e40
+
6bda391
+
b932fa5
+
a431b75
+
9ce83ec
+
a35dff6
+
60e4965
+
0f071e9
+
3fe17b4
+
196ca18
+
17cbc64
+
8f4a51f
+
88ec12d
+
31ab35e
+
59c83c4
+
d50da4c
+
01af50b
+
6a46af5
+
4308adc
+
1c3d629
+
18a268d
+
1987408
+
abc72db
+
175f7ab
+
8a85704
+
7706019
+
cc5d38c
+
fbaa5aa
+
0555415
+
20ae04b
+
0680687
+
e65301c
+
424e30a
+
d36a7f1
+
64bb794
+
c74649b
+
6d05bfe
commit e7aa329
Showing
6 changed files
with
153 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
resources: | ||
#frontcontroller! | ||
frontController: | ||
controllerDirectory: APPLICATION_PATH/controllers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
resources: | ||
frontController: | ||
controllerDirectory: APPLICATION_PATH/controllers #heynow! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
production: | ||
usingLowerCasedYes: | ||
- yes | ||
usingTitleCasedYes: | ||
- Yes | ||
usingCapitalYes: | ||
- YES | ||
usingLowerY: | ||
- y | ||
usingUpperY: | ||
- Y | ||
|
||
usingLowerCasedNo: | ||
- no | ||
usingTitleCasedNo: | ||
- No | ||
usingCapitalNo: | ||
- NO | ||
usingLowerN: | ||
- n | ||
usingUpperN: | ||
- N | ||
|
||
usingLowerCasedTrue: | ||
- true | ||
usingTitleCasedTrue: | ||
- True | ||
usingCapitalTrue: | ||
- TRUE | ||
|
||
usingLowerCasedFalse: | ||
- false | ||
usingTitleCasedFalse: | ||
- False | ||
usingCapitalFalse: | ||
- FALSE | ||
|
||
usingLowerCasedOn: | ||
- on | ||
usingTitleCasedOn: | ||
- On | ||
usingCapitalOn: | ||
- ON | ||
|
||
usingLowerCasedOff: | ||
- off | ||
usingTitleCasedOff: | ||
- Off | ||
usingCapitalOff: | ||
- OFF | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
production: | ||
paths: | ||
- ZEND_CONFIG_YAML_TEST_PATH | ||
- ZEND_CONFIG_YAML_TEST_PATH/library/test |