Archived
1
0
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
32e5161c66 Adding public/img/logo.png 2022-08-09 21:00:09 +02:00
f118d23000 Adding favicon 2022-08-09 20:59:32 +02:00
0508e7cea7 public/index.php: pass uri to Httpcb\Bootstrap::run() 2022-07-26 19:42:03 +02:00
f7432fa4a8
remove public/img/phalcon_logo.png as we have 2. 2018-09-03 20:56:54 +02:00
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