Archived
1
0
Fork 0
No description
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Henrik Hautakoski 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
app app/library/Bootstrap.php: revove "Application" and add "Services" class with the services definitions. 2018-06-18 16:46:40 +02:00
cache adding cache/log/.placeholder 2018-04-05 17:49:02 +02:00
public app/library/Bootstrap.php: revove "Application" and add "Services" class with the services definitions. 2018-06-18 16:46:40 +02:00
.gitattributes initial commit 2017-09-01 17:10:27 +02:00
.gitignore move app/log.txt to cache/log/app.txt 2018-04-02 12:23:08 +02:00
build.sh initial commit 2017-09-01 17:10:27 +02:00
composer.json composer: adding sendgrid. 2018-06-11 22:12:47 +02:00
composer.lock update composer.lock 2018-06-18 11:22:05 +02:00
Gruntfile.js adding Font Awesome JS files. 2018-04-11 20:42:11 +02:00
package.json initial commit 2017-09-01 17:10:27 +02:00
phinx.php adding phinx.php 2018-03-21 19:12:16 +01:00