可以一起使用定义的路由和自动路由吗?定义的路由必须具有比自动路由更高的优先级。
我尝试使用,但在我设置自动路由后,定义的路由根本不起作用。index.php 保持不变:
<?php
include './protected/config/common.conf.php';
include './protected/config/routes.conf.php';
include './protected/config/db.conf.php';
Doo::app()->route = $route;
?>
但只工作自动路由。