1. Coding execution
Example:
yiic.bat Test Index * linux环境: * >yiic Test Index */ public function actionIndex() { echo "ok"; exit(); } }
(Related tutorials recommended:yii framework)
2. CMD execution
yiic.bat Test Index
or
yiic Test Index
3. Windows scheduled execution
Generate script .bat file
D:\phpStudy\WWW\wwwerp\protected\yiic.bat ebaycrontab run
Add Scheduled tasks:
taskschd.msc starts the scheduled task setting window
For more programming-related content, please pay attention to theProgramming Introductioncolumn on the php Chinese website!
The above is the detailed content of How to execute php script in yii. For more information, please follow other related articles on the PHP Chinese website!