Welcome Guest, Not a member yet? Register   Sign In
Divide URI segment into 2 parts through routes.php
#11

[eluser]louisl[/eluser]
Just maniplulate the string of segment 1 or $method, assuming you know the char length of aaa- which is 4 you could do echo substr($method, 4); or echo substr($this->uri->segment(1), 4);


Messages In This Thread
Divide URI segment into 2 parts through routes.php - by El Forum - 01-30-2012, 03:24 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-30-2012, 08:08 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-30-2012, 08:29 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-30-2012, 11:04 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-30-2012, 11:06 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-30-2012, 12:18 PM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-30-2012, 12:24 PM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-30-2012, 01:42 PM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-31-2012, 03:05 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-31-2012, 03:19 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-31-2012, 03:31 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-31-2012, 03:33 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-31-2012, 03:41 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-31-2012, 05:29 AM
Divide URI segment into 2 parts through routes.php - by El Forum - 01-31-2012, 05:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB