Running a Zend Framework action from command line

后端 未结 10 1309
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-29 17:01

I would like to run a Zend Framework action to generate some files, from command line. Is this possible and how much change would I need to make to my existing Web project t

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 17:31

    One option is that you could fudge it by doing a wget on the URL that you use to invoke the desirable action

提交回复
热议问题