[fw-general] Setup environment for cronjob

2009-05-26 Thread umpirsky
Hi to all. I have Zend framework app created by Zend Tool, with default project structure (1.8). I use models, and my library, everithing is set up, autoload.. My bootstrap file: class Bootstrap extends Zend_Application_Bootstrap_Bootstrap { protected function _initAutoload() { return

Re: [fw-general] Setup environment for cronjob

2009-05-26 Thread Jurian Sluiman
Op Tuesday 26 May 2009 11:21:45 schreef umpirsky: Hi to all. I have Zend framework app created by Zend Tool, with default project structure (1.8). I use models, and my library, everithing is set up, autoload.. My bootstrap file: class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {

Re: [fw-general] Setup environment for cronjob

2009-05-26 Thread umpirsky
Hi, thanks for the reply, that was exactly what I wanted to do, use Zend_application. But I don't have custom routes in my ini file, so, I guess I don't have to care about routes, I just need db and autoload. BTW, in my index.php I have set fallback loader, I have Zend Framework in my include

[fw-general] Setup environment for cronjob

2009-05-23 Thread Саша Стаменковић
Hi to all. I have Zend framework app created by Zend Tool, with default project structure. I use models, and my library, everithing is set up, autoload.. My bootstrap file: class Bootstrap extends Zend_Application_Bootstrap_Bootstrap { protected function _initAutoload() { return new