mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Added more CI classes in the core props block
This commit is contained in:
parent
76379ede44
commit
8c8160897a
2 changed files with 43 additions and 14 deletions
|
@ -14,16 +14,31 @@
|
||||||
/**
|
/**
|
||||||
* Class MY_Controller
|
* Class MY_Controller
|
||||||
*
|
*
|
||||||
* @property CI_Loader $load
|
* @property CI_Benchmark $benchmark
|
||||||
* @property CI_Input $input
|
|
||||||
* @property CI_Output $output
|
|
||||||
* @property CI_Config $config
|
|
||||||
* @property CI_Lang $lang
|
|
||||||
* @property CI_Cache $cache
|
* @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_DB_query_builder $db
|
||||||
* @property CI_Session $session
|
* @property CI_DB_utility $dbutil
|
||||||
* @property CI_Security $security
|
* @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_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 Admins_model $admins_model
|
||||||
* @property Appointments_model $appointments_model
|
* @property Appointments_model $appointments_model
|
||||||
* @property Consents_model $consents_model
|
* @property Consents_model $consents_model
|
||||||
|
|
|
@ -14,16 +14,30 @@
|
||||||
/**
|
/**
|
||||||
* Class MY_Model
|
* Class MY_Model
|
||||||
*
|
*
|
||||||
* @property CI_Loader $load
|
* @property CI_Benchmark $benchmark
|
||||||
* @property CI_Input $input
|
|
||||||
* @property CI_Output $output
|
|
||||||
* @property CI_Config $config
|
|
||||||
* @property CI_Lang $lang
|
|
||||||
* @property CI_Cache $cache
|
* @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_DB_query_builder $db
|
||||||
* @property CI_Session $session
|
* @property CI_DB_utility $dbutil
|
||||||
* @property CI_Security $security
|
* @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_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 Admins_model $admins_model
|
||||||
* @property Appointments_model $appointments_model
|
* @property Appointments_model $appointments_model
|
||||||
|
|
Loading…
Reference in a new issue