Im in the process of porting an existing application. Currently there are a number of shell scripts written in a number of scripting languages. Typically these can be considered "owned" by particular ZF modules within the web application in that they supply supportive functionality (like daily downloads and parsing of data from other servers on the network amongst other things).
I was wondering in general terms how others may have impelmented this in their applications... Did you use a CLI environment var and go through the normal bootstrapping? Did you just do it as a conventional php shell script manually including the needed framework files? Or did you use the Zend_Tool_Framework? Did you nest these script within your module dirs or at the library or application level? etc.. Just trying to get some common if not best practices as i redesign the system. Thanks! -- View this message in context: http://www.nabble.com/Creating-CLI-scripts-utilizing-ZF-tp26084241p26084241.html Sent from the Zend Framework mailing list archive at Nabble.com.
