We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(EasyRouter >= 0.4.0)
EasyRouter\main::set_basedir( string $parameters )
$parameters = Names of parameters in the URI.
$parameters
<?php EasyRouter\main::set_params(array('page', 'subpage')); EasyRouter\main::launch(); /** * instead of: * * $parameters = array('page', 'subpage'); * EasyRouter\main::launch(null, $parameters); */ ?>
There was an error while loading. Please reload this page.