Welcome Guest, Not a member yet? Register   Sign In
Place Directory URLs: Route or Remap?
#2

[eluser]designfellow[/eluser]
Hi,

You can easily remap all functions except add,edit, delete thru index.php

or you can direct all the requests to a custom function which redirects them to appropriate functions

eg.

function remap_it()
{
if(!$this->uri->segment(4))
{
// do some switch conditions & redirect them to state main pages
}
else
{
// do some matching and redirect to particular sub pages
}
}





Happy Coding,
DesignFellow


Messages In This Thread
Place Directory URLs: Route or Remap? - by El Forum - 08-18-2009, 01:04 PM
Place Directory URLs: Route or Remap? - by El Forum - 08-19-2009, 02:07 AM
Place Directory URLs: Route or Remap? - by El Forum - 08-19-2009, 04:47 AM
Place Directory URLs: Route or Remap? - by El Forum - 08-19-2009, 06:08 AM
Place Directory URLs: Route or Remap? - by El Forum - 08-20-2009, 06:12 PM
Place Directory URLs: Route or Remap? - by El Forum - 08-20-2009, 06:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB