Archived
1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
d490e928d9 public/index.php: skip debug code here. also call Httpcb\Bootstrap::prepare() 2018-06-18 20:11:38 +02:00
e85d935734 Create a Bootstrap class and move bootstrap code from public/index.php 2018-06-18 17:42:30 +02:00
f9050181d0 app/library/Bootstrap.php: revove "Application" and add "Services" class with the services definitions.
Had some wierd problem with closures an $this when being defined in one class and used in another
(defined in Application, used in Phalcon\Di\FactoryDefault).

So we move all of this to "Services" class that directly extends FactoryDefault DI.
And therefore, we don't need a Application class anymore.
2018-06-18 16:46:40 +02:00
683ebae35b public/index.php: use new Application class and remove services.php 2018-06-17 12:55:56 +02:00
bb021394c9 remove ionicons. 2018-04-11 20:41:05 +02:00
e869a1cab4 initial commit 2017-09-01 17:10:27 +02:00