[PHP] Re: [php 5] static class variable question

2004-04-06 Thread Bill Zeller
A note: > by creating a class called myProject and having Audio and System be static > variables, referring to the classes Audio and System. The Audio and System This should be constant, not static. Sorry. -bill "Bill Zeller" <[EMAIL PROTECTED]> wrote in message news:[EM

[PHP] [php 5] static class variable question

2004-04-06 Thread Bill Zeller
iables in class Audio (because you can't do myProject::Audio()::someVarInAudio because "Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM") Thanks, Best Regards, Bill Zeller -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php