ALTER TABLE tb_categorys ALTER COLUMN id COUNTER (1, 1)
使用命令行Shell方式创建的应用,yii本身会创建一个控制器组件:Controller.php 继承了CController控制器,该文件位于/components目录下。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 //componets/Controller.php文件内容如下 /** * Controller is the customized base controller class. * All controller...