ローカル Web リクエスト (つまり、「http://localhost:8888/MyProject/quickstart/public/mycontroller」) に対して 10 分ごとに cronjob を実行する必要があります。
Zend Framework(PHP) を使用して Web プロジェクトを作成しました。何か提案はありますか?
ローカル Web リクエスト (つまり、「http://localhost:8888/MyProject/quickstart/public/mycontroller」) に対して 10 分ごとに cronjob を実行する必要があります。
Zend Framework(PHP) を使用して Web プロジェクトを作成しました。何か提案はありますか?
crontab
エントリ ( http://benr75.com/pages/using_crontab_mac_os_x_unix_linux ) を作成し、curl
( http://curl.haxx.se/download.html#MacOSX ) を使用して次のようなものを実行します。
curl http://localhost:8888/MyProject/quickstart/public/mycontroller