3
我想在cakephp 3 shell腳本中實現cron作業,但它不在cpanel中工作。cakephp 3 Cron作業不在cPanel工作
下面是我的cron作業代碼blog is my cakephp 3 folder
CD /home/mmentert/public_html/abc.com/blog & &斌/蛋糕你好主要
CakePHP的3殼類文件
namespace App\Shell;
use Cake\Console\Shell;
use App\Controller\UsersController;
class HelloShell extends Shell {
public function main() {
$userinfo=new UsersController();
$data=$userinfo->useremail();
$this->out($data);
}
}
請幫忙........ –