Hello, > > I'm actually working on a proposal to do exactly this at the moment. > > What features would people like to see on this? > > Currently, the proposed Zend_Schedule component will: > 1) be run via CLI scripts from the cron > > 2) uses Zend_Application to load the bootstrap of an existing application > to load config, include paths, etc. > > 3) load user-written classes which define tasks - e.g. mailTasks, > databaseTasks, etc. > > 4) run functions from those classes based on a prefix - e.g. you might > have a script running every day which runs all functions prefixed 'daily', > which would run mailTasks::daily_Emails(), > databaseTasks::daily_DoArchiving(), etc. and another script running every > hour which would run all functions prefixes 'hourly' > > It's actually very simple to implement as outlined, and I'd be interested to > see what other features people would want from this. >
this sounds great. Where can I read more about it? Greetings, Stefan Sturm
