CodeIgniter Forums
Codeigniter 3 smarty 3 having issue with $this->config - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Codeigniter 3 smarty 3 having issue with $this->config (/showthread.php?tid=66252)



Codeigniter 3 smarty 3 having issue with $this->config - createweb - 09-27-2016

Hi,
I have problem in printing {$this->uri->rsegment(2)} or {$this->test_model->testfun()}. not working im getting error but codeigniter 2 is working fine.


RE: Codeigniter 3 smarty 3 having issue with $this->config - InsiteFX - 09-27-2016

Grab them in the controller and pass them to the view in a $data[''] variable.