Re: [fw-general] Accessing Zend Framework from the Command Line

2009-02-25 Thread max_ent
dels, database connections, > cache objects, so on and so forth. Also, you wont be using the Front > Controller, which is unneeded in your cli scripts. > > http://framework.zend.com/wiki/display/ZFPROP/Zend_Application+-+Ben+Scholze > n > > -ralph > > > On 2/25

[fw-general] Accessing Zend Framework from the Command Line

2009-02-25 Thread max_ent
Hi everyone I am trying to write command-line accessible scripts that have access to my Zend Framework model classes. Some of these model classes make database calls. The end goal is to invoke a CRON job, which will record user data at regular intervals I have followed the advice present in many