Is it possible for you to add code completion after loading a model. Example, after $this->load->model("mdl_name"); allow code completion to see the methods inside mdl_name? Thanks
Is it possible for you to add code completion after loading a model.
Example, after
$this->load->model("mdl_name");
allow code completion to see the methods inside mdl_name?
Thanks