|
15 | 15 | * @author 713uk13m <dev@nguyenanhung.com> |
16 | 16 | * @copyright 713uk13m <dev@nguyenanhung.com> |
17 | 17 | * |
18 | | - * @property CI_Benchmark $benchmark This class enables you to mark points and calculate the time difference between them. Memory consumption can also be displayed. |
19 | | - * @property CI_Calendar $calendar This class enables the creation of calendars |
20 | | - * @property CI_Cache $cache Caching Class |
21 | | - * @property CI_Cart $cart Shopping Cart Class |
22 | | - * @property CI_Config $config This class contains functions that enable config files to be managed |
23 | | - * @property CI_Controller $controller This class object is the super class that every library in CodeIgniter will be assigned to |
24 | | - * @property CI_DB_forge $dbforge Database Forge Class |
25 | | - * @property CI_DB_pdo_driver|CI_DB_mysqli_driver|CI_DB_query_builder|CI_DB_driver $db This is the platform-independent base Query Builder implementation class |
26 | | - * @property CI_DB_utility $dbutil Database Utility Class |
27 | | - * @property CI_Driver_Library $driver Driver Library Class |
28 | | - * @property CI_Email $email Permits email to be sent using Mail, Sendmail, or SMTP |
29 | | - * @property CI_Encrypt $encrypt Provides two-way keyed encoding using Mcrypt |
30 | | - * @property CI_Encryption $encryption Provides two-way keyed encryption via PHP's MCrypt and/or OpenSSL extensions |
31 | | - * @property CI_Exceptions $exceptions Exceptions Class |
32 | | - * @property CI_Form_validation $form_validation Form Validation Class |
33 | | - * @property CI_FTP $ftp FTP Class |
34 | | - * @property CI_Hooks $hooks Provides a mechanism to extend the base system without hacking |
35 | | - * @property CI_Image_lib $image_lib Image Manipulation class |
36 | | - * @property CI_Input $input Pre-processes global input data for security |
37 | | - * @property CI_Javascript $javascript Javascript Class |
38 | | - * @property CI_Jquery $jquery Jquery Class |
39 | | - * @property CI_Lang $lang Language Class |
40 | | - * @property CI_Loader $load Loads framework components |
41 | | - * @property CI_Log $log Logging Class |
42 | | - * @property CI_Migration $migration All migrations should implement this, forces up() and down() and gives access to the CI super-global |
43 | | - * @property CI_Model $model CodeIgniter Model Class |
44 | | - * @property CI_Output $output Responsible for sending final output to the browser |
45 | | - * @property CI_Pagination $pagination Pagination Class |
46 | | - * @property CI_Parser $parser Parser Class |
47 | | - * @property CI_Profiler $profiler This class enables you to display benchmark, query, and other data in order to help with debugging and optimization. |
48 | | - * @property CI_Router $router Parses URIs and determines routing |
49 | | - * @property CI_Security $security Security Class |
50 | | - * @property CI_Session $session Session Class |
51 | | - * @property CI_Table $table Lets you create tables manually or from database result objects, or arrays |
52 | | - * @property CI_Trackback $trackback Trackback Sending/Receiving Class |
53 | | - * @property CI_Typography $typography Typography Class |
54 | | - * @property CI_Unit_test $unit Simple testing class |
55 | | - * @property CI_Upload $upload File Uploading Class |
56 | | - * @property CI_URI $uri Parses URIs and determines routing |
57 | | - * @property CI_User_agent $agent Identifies the platform, browser, robot, or mobile device of the browsing agent |
58 | | - * @property CI_Xmlrpc $xmlrpc XML-RPC request handler class |
59 | | - * @property CI_Xmlrpcs $xmlrpcs XML-RPC server class |
60 | | - * @property CI_Zip $zip Zip Compression Class |
61 | | - * @property CI_Utf8 $utf8 Provides support for UTF-8 environments |
| 18 | + * @property CI_Benchmark $benchmark This class enables you to mark points and calculate the time difference between them. Memory consumption can also be displayed. |
| 19 | + * @property CI_Calendar $calendar This class enables the creation of calendars |
| 20 | + * @property CI_Cache $cache Caching Class |
| 21 | + * @property CI_Cart $cart Shopping Cart Class |
| 22 | + * @property CI_Config $config This class contains functions that enable config files to be managed |
| 23 | + * @property CI_Controller $controller This class object is the super class that every library in CodeIgniter will be assigned to |
| 24 | + * @property CI_DB_forge $dbforge Database Forge Class |
| 25 | + * @property CI_DB_pdo_driver|CI_DB_query_builder|CI_DB_driver $db This is the platform-independent base Query Builder implementation class |
| 26 | + * @property CI_DB_utility $dbutil Database Utility Class |
| 27 | + * @property CI_Driver_Library $driver Driver Library Class |
| 28 | + * @property CI_Email $email Permits email to be sent using Mail, Sendmail, or SMTP |
| 29 | + * @property CI_Encrypt $encrypt Provides two-way keyed encoding using Mcrypt |
| 30 | + * @property CI_Encryption $encryption Provides two-way keyed encryption via PHP's MCrypt and/or OpenSSL extensions |
| 31 | + * @property CI_Exceptions $exceptions Exceptions Class |
| 32 | + * @property CI_Form_validation $form_validation Form Validation Class |
| 33 | + * @property CI_FTP $ftp FTP Class |
| 34 | + * @property CI_Hooks $hooks Provides a mechanism to extend the base system without hacking |
| 35 | + * @property CI_Image_lib $image_lib Image Manipulation class |
| 36 | + * @property CI_Input $input Pre-processes global input data for security |
| 37 | + * @property CI_Javascript $javascript Javascript Class |
| 38 | + * @property CI_Jquery $jquery Jquery Class |
| 39 | + * @property CI_Lang $lang Language Class |
| 40 | + * @property CI_Loader $load Loads framework components |
| 41 | + * @property CI_Log $log Logging Class |
| 42 | + * @property CI_Migration $migration All migrations should implement this, forces up() and down() and gives access to the CI super-global |
| 43 | + * @property CI_Model $model CodeIgniter Model Class |
| 44 | + * @property CI_Output $output Responsible for sending final output to the browser |
| 45 | + * @property CI_Pagination $pagination Pagination Class |
| 46 | + * @property CI_Parser $parser Parser Class |
| 47 | + * @property CI_Profiler $profiler This class enables you to display benchmark, query, and other data in order to help with debugging and optimization. |
| 48 | + * @property CI_Router $router Parses URIs and determines routing |
| 49 | + * @property CI_Security $security Security Class |
| 50 | + * @property CI_Session $session Session Class |
| 51 | + * @property CI_Table $table Lets you create tables manually or from database result objects, or arrays |
| 52 | + * @property CI_Trackback $trackback Trackback Sending/Receiving Class |
| 53 | + * @property CI_Typography $typography Typography Class |
| 54 | + * @property CI_Unit_test $unit Simple testing class |
| 55 | + * @property CI_Upload $upload File Uploading Class |
| 56 | + * @property CI_URI $uri Parses URIs and determines routing |
| 57 | + * @property CI_User_agent $agent Identifies the platform, browser, robot, or mobile device of the browsing agent |
| 58 | + * @property CI_Xmlrpc $xmlrpc XML-RPC request handler class |
| 59 | + * @property CI_Xmlrpcs $xmlrpcs XML-RPC server class |
| 60 | + * @property CI_Zip $zip Zip Compression Class |
| 61 | + * @property CI_Utf8 $utf8 Provides support for UTF-8 environments |
62 | 62 | */ |
63 | 63 | class HungNG_CI_Base_Controllers extends CI_Controller |
64 | 64 | { |
|
0 commit comments