<?php
class ProductController extends BaseController {
public function actionIndex() {
echo 'that\'s ok';
}
public function actionIndexUpdateDelete() {
echo 'that\'s wrong, 404';
}
}
?>
现在是这样。。。
我记得yii1是可以大写的