How to improve the Code prompting function of CodeIgniter in IDE _ php instance

Source: Internet
Author: User
This article describes how to improve the Code prompting function of CodeIgniter In the IDE. For more information about how to improve the Code prompting function of CodeIgniter In the IDE, see this article, just copy the following code to the Controller in the system/core/path. php and Model. php can achieve 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 $sha1; /** * @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.