The JiNexus Framework Route lets you map URL patterns towards classes and methods for each module.
Basic Example of Route
Here's a basic example about our routing system.
Routes are registered in the module/{Module}/config/module.config.php.
Route Redirect
You can simply redirect to another route using the command below. You only have to provide the route name of the route that you want to be redirected.
Or if you want to redirect permanently, you can turn the second argument to true.
As you can see the route system is very straight forward and simple. Each route has its own route name, a corresponding URI, and a controller and method to dispatch.
If you found a typo or error, please help us improve this document.
Contact Us