Welcome Guest, Not a member yet? Register   Sign In
url problems , system/application/controllers/myindex.php
#4

[eluser]Skuja[/eluser]
If i understood you right you want something like this:
in front_view.php
Code:
<?=anchor('inicio/index/es','es')?>
in inicio controller
Code:
function index($language)
{
   echo 'hello, your language is '. $language;
}


Messages In This Thread
url problems , system/application/controllers/myindex.php - by El Forum - 02-08-2008, 01:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB