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/library
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
..
Mvc/Model/Behavior app/library/Mvc/Model/Behavior/RandomId.php: add support for extending the expression used to find unique rows. 2018-06-12 00:31:55 +02:00
Navigation Fixing proper namespace for app/library 2018-04-02 02:28:25 +02:00
OAuth app/library/OAuth/Adapter/League.php: __construct() should trow the correct exception. 2018-06-10 22:02:25 +02:00
Validation/Validator Fixing proper namespace for app/library 2018-04-02 02:28:25 +02:00
ViewHelper app/library/ViewHelper/Icon.php: rewritten for Font Awesome 2018-04-11 20:44:15 +02:00
Acl.php Fixing proper namespace for app/library 2018-04-02 02:28:25 +02:00
Auth.php app/library/Auth.php: make loginOauth() return validation messages if User::save() fails. 2018-06-08 00:07:42 +02:00
Debug.php Fixing proper namespace for app/library 2018-04-02 02:28:25 +02:00
Menu.php Fixing proper namespace for app/library 2018-04-02 02:28:25 +02:00
Navigation.php Fixing proper namespace for app/library 2018-04-02 02:28:25 +02:00
Services.php app/library/Bootstrap.php: revove "Application" and add "Services" class with the services definitions. 2018-06-18 16:46:40 +02:00