I am new with Zend Framework and I couldn't find an answer anywhere so I would like to ask you.
I have an application ready, all is working well in browser but I would like to run once a day one .php file which will be processing the data and downloading some more from other SQL server. I would like to be able to access all classes/functions, basically everything from my Zend Application.
I know how to set up the CRON, I just don't know what should I put into .php file to get all functions from the project available for me as well as DB connections.
I'm using Zend Framework 1.11.11
Thanks guys, Mirko.