[TYPO3-core] RFC #14184: Bug: Scheduler: Scheduler cannot handle large Exceptions

Christian Kuhn lolli at schwarzbu.ch
Sat Jun 12 16:19:00 CEST 2010


Christian Kuhn wrote:
> BTW: We found it's good practice to not implement the tasks business 
> logic in the task class itself, but instead let the execute() method 
> just makeInstance() some other class and feed it with the additional 
> field values (eg. by constructor arguments).

Alternative: Feed the business class with $this and access additional 
fields with $this->task->getFoo() there.

Sry, really OT now ...

Christian


More information about the TYPO3-team-core mailing list