PHP完全自学手册(珍藏版) 中文pdf扫描版下载
class DelInvalUserCommand extends CConsoleCommand {
/**
* 删除无效用户
* Enter description here ...
*/
public function actionIndex() {
$res = User::delInvaluser();
echo $res;
}
}
转载请注明:谷谷点程序 » yii command命令