Welcome Guest, Not a member yet? Register   Sign In
Model method autocompletion in Netbeans
#2

[eluser]n0xie[/eluser]
Try the @property PHPDOC style like this:

Code:
/**
* @property Page_info_model $page_info_model
*/
class Page_info extends MY_Controller {

    function __construct()
    {
        parent::__construct();
        $this->load->model('page_info_model');
    }
}

class Page_info_model extends MY_Model {}

This should result into: screenshot


Messages In This Thread
Model method autocompletion in Netbeans - by El Forum - 12-24-2010, 08:38 PM
Model method autocompletion in Netbeans - by El Forum - 12-27-2010, 05:08 AM
Model method autocompletion in Netbeans - by El Forum - 12-27-2010, 06:34 AM
Model method autocompletion in Netbeans - by El Forum - 01-07-2011, 12:55 AM
Model method autocompletion in Netbeans - by El Forum - 01-19-2011, 05:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB