我需要每10分钟为本地Web请求执行一次cronjob(即“http:// localhost:8888 / MyProject / quickstart / public / mycontroller”)。
我使用Zend Framework(PHP)来创建Web项目。有什么建议吗?
答案 0 :(得分:1)
创建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