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
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
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
;[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
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
5 matches
Mail list logo