(03-19-2015, 10:12 AM)Tamaki_Sakura Wrote: Hi. Do you mind if you could provide me more details about when smart navigation would not work? Thanks!
I tried to test a little more:
$this->load->view('viewfolder/view',array('data'=>array())): The view opens with ctrl+click on viewfolder/view;
$this->load->model('modelfolder/model'):The model desn't open with ctrl+click on modelfolder/model;
It's OK with helpers, and with libraries it's oK if i use library::method but not if i use $this->library.
Thanks