Method _php Example of perfecting CodeIgniter code hints function in IDE

Source: Internet
Author: User
This paper describes the method of perfecting the code hint function of CodeIgniter in IDE, just copy the following code to system/core/path controller.php and model.php can realize this function requirement:

/** * @var Ci_loader */var $load; /** * @var Ci_db_active_record */var $db; /** * @var Ci_calendar */var $calendar; /** * @var Email */var $email; /** * @var Ci_encrypt */var $encrypt; /** * @var ci_ftp */var $ftp; /** * @var ci_hooks */var $hooks; /** * @var ci_image_lib */var $image _lib; /** * @var ci_language */var $language; /** * @var Ci_log */var $log; /** * @var ci_output */var $output; /** * @var ci_pagination */var $pagination; /** * @var Ci_parser */var $parser; /** * @var ci_session */var $session; /** * @var CI_SHA1 */var $sha 1; /** * @var ci_table */var $table; /** * @var Ci_trackback */var $trackback; /** * @var ci_unit_test */var $unit; /** * @var ci_upload */var $upload; /** * @var Ci_uri */var $uri; /** * @var ci_user_agent */var $agent; /** * @var ci_validation */var $validation; /** * @var Ci_xmlrpc */var $xmlrpc; /** * @var Ci_zip */var $zip;
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.