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

[eluser]louisl[/eluser]
Nice solution CroNIX, I was going to suggest this:-
Code:
//$route['aaa-(:any)'] = "aaa/$1";
//$route['aaa-'] = "aaa";

class aaa extends CI_Controller {
  
  function _remap($method) {
  
   echo $method;
      
  }

}


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