Question:Why we use _remap() ?
Answer
If controller contains a function named _remap(), it will always get called regardless of what URI contains. It overrides the normal behavior in which the URI determines which function is called, allowing us to define our own function routing rules.
+ Report
Why we use _remap() ?