How to create a script for the command line in PHP with Zend Framework?

Neeseamynen

New Member
I need to create a script that will run on the command line using PHP and I want to take advantage of the ZF and the models (classes) I have written using it. How do I do this as elegantly as possible?
 
Back
Top