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

(This post was last modified: 03-13-2019, 06:46 AM by stoyo.)

Thanks to both of you, but now the other problem are the variables passed to the view:
Controller:
     
PHP Code:
 $data['curr_url'] = current_url();
 $this->load->view('test_view'$data); 

View:
       
PHP Code:
/**
* @see Main::index()
* @var Main $curr_url
*/

echo $curr_url 

It highlights the $curr_url and it says that there is no "__toString" method in Main controller class.
Reply


Messages In This Thread
RE: Phpstorm $this->model_name->method() highlighted - by stoyo - 03-13-2019, 06:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB