Hi! I'm not an OOP fan-boy. However, sometimes we need to share some code between tasks. It will be possible if we rewrite at least func.inc files into classes. Other task-action files could be also classes inheriting from the task class. Execution code could be placed in <task_class>::run() method which would be extended by child (action) classes.
Opinions? -- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net] --------------------------------------------------- PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ Roundcube Development discussion mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/dev
