public add (mixed $pattern, [mixed $paths], [mixed $httpMethods])
Adds a route to the router on any HTTP method
1 | router->add( '/about' , 'About::index' ); |
public add (mixed $pattern, [mixed $paths], [mixed $httpMethods])
Adds a route to the router on any HTTP method
1 | router->add( '/about' , 'About::index' ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.