Commit graph

160 commits

Author SHA1 Message Date
Patrick
98b1fd8ce7 tbc typo 2015-09-09 21:54:13 +02:00
Patrick
feb010bf3b frontend 2015-09-09 21:52:31 +02:00
Patrick
22acd87bf6 qMerge branch 'master' of https://github.com/PatrickLouys/no-framework-tutorial 2015-09-02 19:26:20 +02:00
Patrick
e36b01ba29 finished chapter 2015-09-02 19:25:43 +02:00
Patrick Louys
256f6f584d Merge pull request #29 from KevinMGranger/patch-1
Fix typo in 05-router.md
2015-07-24 12:02:39 +02:00
Kevin M Granger
f2c5137ae1 Fix typo in 05-router.md
Routers.php -> Routes.php
2015-07-23 15:09:52 -07:00
Patrick Louys
b0bf75da2b Merge pull request #25 from marcel-burkhard/patch-1
Update 08-dependency-injector.md
2015-07-18 17:59:59 +02:00
Kier Borromeo
f7344a1f88 interface to class
This seems to be a typo. No?
2015-04-14 15:54:42 +08:00
burki94
b1add84072 Update 08-dependency-injector.md
Auryn\Provider was replaced with Auryn\Injector
2015-04-06 13:12:37 +02:00
Patrick
86064842f4 fixed typo 2015-02-14 01:07:31 +01:00
Patrick
047f34863d frontend renderer 2015-02-13 16:36:27 +01:00
Patrick
dab90c5b24 frontend renderer 2015-02-13 16:36:04 +01:00
Patrick
24ca274836 added layout file 2015-02-13 14:48:12 +01:00
Patrick
589585cde4 added README entry for new chapter 2015-02-08 20:53:31 +01:00
Patrick
c9b9fb2d12 continued menu chapter 2015-02-08 20:51:22 +01:00
Patrick
20aef6e741 expanded menu chapter and refactored old chapters 2015-02-08 20:16:44 +01:00
Patrick
d9738776b2 added more to menu chapter 2015-02-08 18:00:41 +01:00
Patrick
53d5731ffa Merge branch 'master' of https://github.com/PatrickLouys/no-framework-tutorial 2015-01-28 22:27:21 +01:00
Patrick Louys
84ba9a1654 update header() call to fix overwrite header bug 2015-01-28 22:26:47 +01:00
Patrick
967bb2bdec begin next chapter 2015-01-21 23:45:56 +01:00
Patrick
31b9f9f57f explain __DIR__. solves #13 2015-01-14 21:16:39 +01:00
Patrick
79e64e3205 make version requirement more clear. resolves #12 2015-01-14 21:10:53 +01:00
Patrick
e23ef871c8 make version requirement more clear. resolves #12 2015-01-14 21:10:28 +01:00
Patrick
c646930728 make version requirement more clear. resolves #12 2015-01-14 21:09:38 +01:00
Patrick
03c012ece5 renamed method to readBySlug. closes #14 2015-01-14 21:04:27 +01:00
Patrick
a99778b049 rename engine to renderer, solves #15 2015-01-14 20:54:18 +01:00
Patrick Louys
521b4025c0 Merge pull request #21 from MadaraUchiha/master
Add leading zeros so that files list in correct order
2015-01-14 14:51:44 +01:00
Madara
c20b26c684 Add leading zeros so that files list in correct order
Fix all links to new file names
2015-01-14 15:46:29 +02:00
Patrick Louys
c9215d89d5 Merge pull request #17 from HassanAlthaf/patch-2
Update 9-templating.md
2014-12-08 12:21:28 +01:00
Patrick Louys
1ddfec5112 Merge pull request #19 from Hamz-a/master
#18 renamed $woops to $whoops in Error Handler
2014-12-08 12:20:07 +01:00
HamZa
d1b04a16df #18 changed $woops to $whoops 2014-12-08 11:53:46 +01:00
HamZa
0bf3f2d3ce Changed $woops to $whoops 2014-12-08 11:42:21 +01:00
Hassan Althaf
5facb772ea Update 9-templating.md
Change file name 'Renderable' to 'Engine' because the interface is not found by Auryn Auto Loader as it finds classes/interfaces by their file names.
2014-12-04 11:13:08 +05:30
Patrick
60e96fb592 added link to new chapter 2014-11-30 22:42:31 +01:00
Patrick
d64b6d9aa1 missing newline 2014-11-30 22:41:27 +01:00
Patrick
87983c57e1 new chapter 2014-11-30 22:38:48 +01:00
Patrick
c7a16da764 Merge branch 'master' of https://github.com/PatrickLouys/no-framework-tutorial 2014-11-30 21:06:53 +01:00
Patrick
87b4cf3a76 changed to controllers 2014-11-30 21:06:11 +01:00
Patrick Louys
8ca3cc47ab Merge pull request #10 from harikt/patch-1
changed aura/http to aura/web
2014-11-28 10:06:06 +01:00
Hari K T
89007243d7 aura/web , not aura/http . 2014-11-27 22:38:41 +05:30
Patrick
d51b44c6d9 this fixes #9 2014-11-16 20:04:42 +01:00
Patrick
9710403de1 missing spaces 2014-11-07 09:37:17 +01:00
Patrick
27b3e57eb9 finished templating chapter 2014-11-07 00:17:34 +01:00
Patrick
a9ab29ea93 intro adapter 2014-11-06 23:17:13 +01:00
Patrick
adba44c3c0 removed faulty code 2014-11-06 22:34:31 +01:00
Patrick
e2f077f8d9 added link to alternative opinion 2014-11-06 20:47:42 +01:00
Patrick
d719961831 fixed typo 2014-11-06 20:47:22 +01:00
Patrick Louys
7173cbb6b6 Merge pull request #5 from DaveRandom/absolute-include-paths
Always use absolute paths for includes
2014-11-06 12:35:54 +01:00
Chris Wright
e2ca3a39ef Always use absolute paths for includes
It's not safe to assume that the web server will always give you a sane
cwd.
2014-11-06 11:33:04 +00:00
Patrick Louys
b4ecd15790 Update README.md 2014-10-11 18:12:58 +02:00