GitHubでこのページを編集
BaserCore のルーティングについては、BaserCore\BcPlugin::routes() にて定義します。
BaserCore
BaserCore\BcPlugin::routes()
その他のプラグインのルーティングについては、それぞれのプラグイン内の、 Plugin::routes() に定義します。
Plugin::routes()
<!-- cakephp2 --> Router::parse($url); <!-- cakephp4 --> Router::getRouteCollection()->parse($url);