eesyphp/src
2023-03-02 15:02:59 +01:00
..
Auth Make core libs set their default config values in App 2023-03-01 16:22:11 +01:00
App.php Set upload_tmp_directory & upload_max_filesize INI parameters after log initialized 2023-03-02 10:53:22 +01:00
Auth.php Make core libs set their default config values in App 2023-03-01 16:22:11 +01:00
Check.php Cli: add serve command 2023-02-28 01:36:54 +01:00
Cli.php Cli::handle_args(): Make $core_mode default value as false 2023-02-28 14:57:02 +01:00
Config.php Config: add traces in ini_set() 2023-03-01 19:07:50 +01:00
Date.php Fix PHP 7.3 compatibility 2023-02-16 01:53:08 +01:00
Db.php Db: add set_autocommit() method 2023-03-01 19:07:19 +01:00
Email.php Make core libs set their default config values in App 2023-03-01 16:22:11 +01:00
functions.php Add authentication support 2023-02-25 05:02:27 +01:00
Hook.php Remove useless "use" statments in EesyPHP namespace 2023-01-31 01:00:56 +01:00
HookEvent.php Move hooks stuff in EesyPHP namespace 2023-01-29 19:57:26 +01:00
I18n.php Make core libs set their default config values in App 2023-03-01 16:22:11 +01:00
Log.php Make core libs set their default config values in App 2023-03-01 16:22:11 +01:00
SentryIntegration.php Make core libs set their default config values in App 2023-03-01 16:22:11 +01:00
SentrySpan.php Some adjustments to make App properly initializable in phpstan context 2023-03-01 11:06:22 +01:00
SentryTransaction.php Some adjustments to make App properly initializable in phpstan context 2023-03-01 11:06:22 +01:00
Session.php Make core libs set their default config values in App 2023-03-01 16:22:11 +01:00
Tpl.php Tpl: add register_class method and make App class available in templates 2023-03-02 15:02:59 +01:00
TplSmartyResource.php Tpl: Add stuff to have multiple templates directories with priority 2023-02-13 00:42:37 +01:00
Url.php Make core libs set their default config values in App 2023-03-01 16:22:11 +01:00
UrlRequest.php Add authentication support 2023-02-25 05:02:27 +01:00