1、编码执行
示例:
yiic.bat Test Index * linux环境: * >yiic Test Index */ public function actionIndex() { echo "ok"; exit(); } }
(相关教程推荐:yii框架)
2、cmd执行
yiic.bat Test Index
或
yiic Test Index
3、windows定时执行
生成脚本.bat文件
D:\phpStudy\WWW\wwwerp\protected\yiic.bat ebaycrontab run
添加定时任务:
taskschd.msc启动定时任务设置窗口
更多编程相关内容,请关注php中文网编程入门栏目!
Atas ialah kandungan terperinci yii如何执行php脚本. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!