时间:2021-07-01 10:21:17 帮助过:19人阅读
class Task_Demo extends Minion_Task
{
protected function _execute(array $params)
{
}
}
这个_execute如何使用?
class Task_Demo extends Minion_Task
{
protected function _execute(array $params)
{
}
}
这个_execute如何使用?
cmd切换到webroot下,运行:php index.php --task=Demo