Archived
1
0
Fork 0
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.
httpcb/app
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
..
assets adding Font Awesome JS files. 2018-04-11 20:42:11 +02:00
config public/index.php: use new Application class and remove services.php 2018-06-17 12:55:56 +02:00
controllers app/views/error/show404.volt: adding some weird message. 2018-06-13 21:52:45 +02:00
forms Change form namespace to App\Form 2018-04-02 23:37:50 +02:00
library app/library/Bootstrap.php: revove "Application" and add "Services" class with the services definitions. 2018-06-18 16:46:40 +02:00
listeners app/listeners/DispatchListener.php: need "use Exception" to make php know that i want the base class without any namespaces. 2018-06-13 21:33:12 +02:00
migrations migration: adding password_link table. 2018-06-12 00:31:54 +02:00
models/Data Merge branch '10-user-confirm-email-when-creating-new-password' 2018-06-12 23:51:52 +02:00
templates/mail adding app/templates/mail/password_activation.volt 2018-06-12 23:50:39 +02:00
views app/views/error/error.volt: adding a funny message. 2018-06-13 21:58:21 +02:00