Karson
Results
1
comments of
Karson
@lancerhe 以下方式测试OK 在OrderController中使用 protected $actions = array( "index" => "actions/Order/Index.php", ); 在ProductController中使用 protected $actions = array( "index" => "actions/Product/Index.php", );