5c7145fd9c
app/library/Services.php: adding Mail service.
2018-09-22 13:56:41 +02:00
be0a64a01c
app/library/Services.php: fixing some namespace issues.
2018-08-11 01:13:01 +02:00
ffb1881527
app/library/Services.php: add use session.path instead of application.sessionDir in _initSession()
2018-08-08 20:14:31 +02:00
a2ea4f54e0
app/library/Services.php: add config for session.
2018-08-08 16:50:28 +02:00
aa07255891
app/library/Services.php: change config path for Models Meta-data abit.
2018-08-08 16:49:58 +02:00
2097c3a657
app/library/Services.php: minor cleanup
2018-08-08 15:36:02 +02:00
f40b498ffb
build-tools: switch grunt for gulp.
2018-06-25 14:52:45 +02:00
d2ef7f2c52
app/library/Services.php: load menu config from file.
2018-06-18 22:22:50 +02:00
a8a448331e
app/library/Services.php: load router settings from config file.
2018-06-18 22:16:03 +02:00
ca90ec30fb
config: drop the "conf" prefix for config files.
2018-06-18 22:12:55 +02:00
005f1e3292
app/library/Services.php: make config service abit more generic (loading any number of files).
2018-06-18 20:21:31 +02:00
9dd712045a
app/library/Services.php: adding debugger service.
2018-06-18 20:03:21 +02:00
e85d935734
Create a Bootstrap class and move bootstrap code from public/index.php
2018-06-18 17:42:30 +02:00
b3254e1f6c
app/library/Services.php: database: no need for $di in closure.
2018-06-18 17:39:42 +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