Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 219 Bytes

File metadata and controls

8 lines (6 loc) · 219 Bytes

Dframe\Router

Methods

Router is alredy defined in core dframe so you just use $this->router in controller or view files. If you want use only router component use $router = new Dframe\Router();

https://