core/MY_Router.php

Warning

The class reference below uses tk.phpautodoc to automatically generate the content. It uses the phpDocumentor format. Some DocBlock tags may not be supported, formatting may not render properly, content may not be missing, or content may not load at all.

Class Reference

class MY_Router

Extend, Override, Replace the Router Core Class

When adding functionality to an existing library, the normal method is to extend the parent class in CodeIgniter. MY_Router extends CI_Router

The class hierarchy effectivly results in the following object inheritance. MY_Router extends MX_Router extends CI_Router

@package third_party/MX/Router.php

@subpackage MX_Router