Open genivaldosc opened 7 years ago
Hi,
I include this:
on CI_Autocompletes.php on path nbproject and it worked!
I recommned you write @property User_dao $user_dao
in your source file.
/**
* @property User_dao $user_dao
*/
class Foo extends CI_Controller
Thanks for the tip! It is more practical and is similar to include.
After load a model, the functions and the atributes don’t auto complete.
$this->load->model(“user_dao”); ... $this->user_dao->???