[PHP] Re: Silly OOP question

2004-11-14 Thread Dusty Bin
Dusty Bin wrote: foreach($container->getProjects as $project) { 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

[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 wi

[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 wi

Re: [PHP] Re: Silly OOP question

2004-11-14 Thread Brent Clements
;[EMAIL PROTECTED]> Sent: Sunday, 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 try

[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 wi