CodeIgniter Forums
uri segment - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: uri segment (/showthread.php?tid=15141)



uri segment - El Forum - 01-27-2009

[eluser]llogo[/eluser]
hi, i need to load a view but also i need to add a few uri segments, i tried with the load->view but what it does is to add a .php at the end of the file name that i m trying to add.

Well its something like this:


$this->load->view(“games_view/2/3”);


An Error Was Encountered

Unable to load the requested file: games_view/2/3.php


uri segment - El Forum - 01-27-2009

[eluser]Krzemo[/eluser]
It looks more like task for redirect then view loading...


uri segment - El Forum - 01-27-2009

[eluser]llogo[/eluser]
well if i redirect the validation doesn't show up anything


uri segment - El Forum - 01-27-2009

[eluser]Krzemo[/eluser]
Please be more descriptive. Based on what you wrote I dare to say that noone will be able to help...