From 8c8160897a1750fadf4a9d11ed3e6ed7be3cb415 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 4 Dec 2020 12:58:31 +0200 Subject: [PATCH] Added more CI classes in the core props block --- application/core/EA_Controller.php | 29 ++++++++++++++++++++++------- application/core/EA_Model.php | 28 +++++++++++++++++++++------- 2 files changed, 43 insertions(+), 14 deletions(-) diff --git a/application/core/EA_Controller.php b/application/core/EA_Controller.php index 074b6447..0614971e 100644 --- a/application/core/EA_Controller.php +++ b/application/core/EA_Controller.php @@ -14,16 +14,31 @@ /** * Class MY_Controller * - * @property CI_Loader $load - * @property CI_Input $input - * @property CI_Output $output - * @property CI_Config $config - * @property CI_Lang $lang + * @property CI_Benchmark $benchmark * @property CI_Cache $cache + * @property CI_Calendar $calendar + * @property CI_Config $config + * @property CI_DB_forge $dbforge * @property CI_DB_query_builder $db - * @property CI_Session $session - * @property CI_Security $security + * @property CI_DB_utility $dbutil + * @property CI_Email $email + * @property CI_Encrypt $encrypt + * @property CI_Encryption $encryption + * @property CI_Exceptions $exceptions + * @property CI_Hooks $hooks + * @property CI_Input $input + * @property CI_Lang $lang + * @property CI_Loader $load + * @property CI_Log $log * @property CI_Migration $migration + * @property CI_Output $output + * @property CI_Profiler $profiler + * @property CI_Router $router + * @property CI_Security $security + * @property CI_Session $session + * @property CI_Upload $upload + * @property CI_URI $uri + * * @property Admins_model $admins_model * @property Appointments_model $appointments_model * @property Consents_model $consents_model diff --git a/application/core/EA_Model.php b/application/core/EA_Model.php index b8c0fddd..3e66a3e7 100644 --- a/application/core/EA_Model.php +++ b/application/core/EA_Model.php @@ -14,16 +14,30 @@ /** * Class MY_Model * - * @property CI_Loader $load - * @property CI_Input $input - * @property CI_Output $output - * @property CI_Config $config - * @property CI_Lang $lang + * @property CI_Benchmark $benchmark * @property CI_Cache $cache + * @property CI_Calendar $calendar + * @property CI_Config $config + * @property CI_DB_forge $dbforge * @property CI_DB_query_builder $db - * @property CI_Session $session - * @property CI_Security $security + * @property CI_DB_utility $dbutil + * @property CI_Email $email + * @property CI_Encrypt $encrypt + * @property CI_Encryption $encryption + * @property CI_Exceptions $exceptions + * @property CI_Hooks $hooks + * @property CI_Input $input + * @property CI_Lang $lang + * @property CI_Loader $load + * @property CI_Log $log * @property CI_Migration $migration + * @property CI_Output $output + * @property CI_Profiler $profiler + * @property CI_Router $router + * @property CI_Security $security + * @property CI_Session $session + * @property CI_Upload $upload + * @property CI_URI $uri * * @property Admins_model $admins_model * @property Appointments_model $appointments_model