For some reason if I use all forward / slashes CodeIgniter throws me the WHOOPS! Error
If I access it like below it works.
PHP Code:
echo view('Insitefx\Admin\Views/'.$slug);
Namespaces use the back slash \
So my question is this the correct way of defining this url?
Or will this also cause problems?
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )