gpt4 book ai didi

php - 设置 cron 作业为绝对路径

转载 作者:太空宇宙 更新时间:2023-11-04 04:49:33 25 4
gpt4 key购买 nike

我正在使用MVC框架。现在我想设置 cron 以便执行 URL“http://www.xyz.com/controllera/functiona”。我应该在它的路径部分写什么。

我得到了一些关于“GET”命令的信息,但不清楚。

有人可以帮我解决这个问题吗?

最佳答案

由于您没有指定任何框架,运行此 cron 的唯一方法是此命令

  wget --spider 'http://www.xyz.com/controllera/functiona'

我假设您正在使用 MVC 框架,因为 URL 中包含 controllera。如果它是 Kohana (2.3) 框架,我会通过

运行它
  /usr/bin/php /path/to/index.php controller/method

大多数框架都有 cli 接口(interface)来运行 Controller 方法。搜索您的框架。

请参阅这些不同框架的链接。

  1. Zend Framework
  2. Kohana 2 & 3
  3. Codeignier
  4. Yii

关于php - 设置 cron 作业为绝对路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8891857/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com