[PHP] Re: Silly OOP question

2004-11-14 Thread Daniel Schierbeck
Brent Clements wrote: I've always wondered this about OOP and maybe you guys can answer this question. I'm writing a php application and I'm trying to figure out the correct way to right the oop part of this application. for instance. I have a project.class file that has functions for dealing

Re: [PHP] Re: Silly OOP question

2004-11-14 Thread Brent Clements
, November 14, 2004 6:54 AM Subject: [PHP] Re: Silly OOP question Brent Clements wrote: I've always wondered this about OOP and maybe you guys can answer this question. I'm writing a php application and I'm trying to figure out the correct way to right the oop part of this application

[PHP] Re: Silly OOP question

2004-11-14 Thread Daniel Schierbeck
Brent Clements wrote: I've always wondered this about OOP and maybe you guys can answer this question. I'm writing a php application and I'm trying to figure out the correct way to right the oop part of this application. for instance. I have a project.class file that has functions for dealing

[PHP] Re: Silly OOP question

2004-11-14 Thread Dusty Bin
Brent Clements wrote: I've always wondered this about OOP and maybe you guys can answer this question. I'm writing a php application and I'm trying to figure out the correct way to right the oop part of this application. for instance. I have a project.class file that has functions for dealing

[PHP] Re: Silly OOP question

2004-11-14 Thread Dusty Bin
Dusty Bin wrote: snip /snip foreach($container-getProjects as $project) { snip /snip Sorry about the typo, of course it should read: foreach($container-getProjects() as $project) { Dusty -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php