Getting started with cron jobs and PHP (Zend Framework) -
I'm totally new about Cron jobs so I do not know where to learn about them? How, when, or how to use them with your Zend Framework application, or PHP in general.
Can anyone explain the process, for example, or recommend some good resources to get started?
Cron jobs are a mechanism to automate tasks in the Linux operating system. And the witn zend framework is too low to frame the framework can help you develop advanced chron work in PHP. But then you have to set your cron job in the shell.
To set up a cron job, Googling showed this link at the top:
I'm sure this article will help you . To execute
PS
you should do something like this:
/ Usr / local / bin / php -f & lt; Path_to_your_php_script & gt;
Where the first path is the full path to your php cli executable, which can be different on your machine. You can make sure by issuing this command:
which php
greetings with cron jobs;)
Comments
Post a Comment