Welcome Guest, Not a member yet? Register   Sign In
Codeigniter User Guide, Controllers: default_method()?
#2

[eluser]InsiteFX[/eluser]
The CI_Controller default method is the index method everything will pass through the index method.

_remap will proccess any parameters that are passed through the index method.

Code:
public function index($prams)
{
    // your code here
}

$prams would be passed to the _remap method.

This is usefull for like a users profile. http://www.your.com/username




Messages In This Thread
Codeigniter User Guide, Controllers: default_method()? - by El Forum - 02-22-2013, 02:50 PM
Codeigniter User Guide, Controllers: default_method()? - by El Forum - 02-22-2013, 04:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB