06-25-2010, 10:06 AM
[eluser]Yoosuf Muhammad[/eluser]
Hello CI geeks,
need a small help in url routing, how to do following code snipt work dynamically?
how to make it in simgle line?
Hello CI geeks,
need a small help in url routing, how to do following code snipt work dynamically?
Code:
$route['about'] ="pages/index/1";
$route['about/history'] ="pages/index/3";
how to make it in simgle line?