Welcome Guest, Not a member yet? Register   Sign In
Phpstorm $this->model_name->method() highlighted
#2

at the start of your controller class put phpdoc like this
PHP Code:
/**
* Class Google
* @property Stock_model $stock_model
* @property Shop_model $shop_model
*/


class Google extends Admin_Controller{
 function __construct()
   {
       parent::__construct();
       $this->load->model('back/stock_model'); 
Reply


Messages In This Thread
RE: Phpstorm $this->model_name->method() highlighted - by badger - 03-13-2019, 02:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB