Created
May 16, 2011 19:09
-
-
Save mitchellhislop/975092 to your computer and use it in GitHub Desktop.
Getting PHPStorm to autocomplete CodeIgniter 2.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* @property CI_DB_active_record $db | |
* @property CI_DB_forge $dbforge | |
* @property CI_Benchmark $benchmark | |
* @property CI_Calendar $calendar | |
* @property CI_Cart $cart | |
* @property CI_Config $config | |
* @property CI_Controller $controller | |
* @property CI_Email $email | |
* @property CI_Encrypt $encrypt | |
* @property CI_Exceptions $exceptions | |
* @property CI_Form_validation $form_validation | |
* @property CI_Ftp $ftp | |
* @property CI_Hooks $hooks | |
* @property CI_Image_lib $image_lib | |
* @property CI_Input $input | |
* @property CI_Lang $lang | |
* @property CI_Loader $load | |
* @property CI_Log $log | |
* @property CI_Model $model | |
* @property CI_Output $output | |
* @property CI_Pagination $pagination | |
* @property CI_Parser $parser | |
* @property CI_Profiler $profiler | |
* @property CI_Router $router | |
* @property CI_Session $session | |
* @property CI_Sha1 $sha1 | |
* @property CI_Table $table | |
* @property CI_Trackback $trackback | |
* @property CI_Typography $typography | |
* @property CI_Unit_test $unit_test | |
* @property CI_Upload $upload | |
* @property CI_URI $uri | |
* @property CI_User_agent $user_agent | |
* @property CI_Validation $validation | |
* @property CI_Xmlrpc $xmlrpc | |
* @property CI_Xmlrpcs $xmlrpcs | |
* @property CI_Zip $zip | |
* @property CI_Javascript $javascript | |
* @property CI_Jquery $jquery | |
* @property CI_Utf8 $utf8 | |
* @property CI_Security $security |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this to the top of /system/core/model and /system/core/controller to get autocomplete for CI.