Yiic
我正在尝试使用并运行发送大量电子邮件通知CConsoleCommand
。
命令没问题。没有 PHP 错误。我无法linux
使用shell_exec
.
这是部分代码
if ($post->save()) {
chdir(Yii::app()->basePath);
shell_exec('yiic makemasspost ' . $post->id . ' ' . $id . ' > log.txt & echo $!');
}
Yiic
我正在尝试使用并运行发送大量电子邮件通知CConsoleCommand
。
命令没问题。没有 PHP 错误。我无法linux
使用shell_exec
.
这是部分代码
if ($post->save()) {
chdir(Yii::app()->basePath);
shell_exec('yiic makemasspost ' . $post->id . ' ' . $id . ' > log.txt & echo $!');
}