Hi guys,
I just noticed in the recent Intelephense updates that CI3 models get flagged as potential problems.
For example, the second line is flagged as "undefined property $this->messagesModel". What's the best way to tell it to ignore such errors?
PHP Code:
$this->load->model('Messages_model', 'messagesModel');
$this->messagesModel->some_fn();