Posted by NC on 04/21/06 18:47
Good Man wrote:
>
> Do you think I should change this to a PHP 5-style class?
It's entirely up to you. Right now, the only things you need to do to
make my GanttChart class PHP5-compliant are:
1. Rename the GanttChart() method into __construct(), and
2. Replace 'var' declarations with 'public' declarations.
Cheers,
NC
Navigation:
[Reply to this message]
|