1.

Explain Remapping Method Calls In Codeigniter?

Answer»

SECOND segment of URI determines which method is being CALLED. If you WANT to override it, you can use _remap() method. The _remap method always get called even if URI is different. It overrides the URI

Second segment of URI determines which method is being called. If you want to override it, you can use _remap() method. The _remap method always get called even if URI is different. It overrides the URI



Discussion

No Comment Found