Re: [PHP] About PHP Implements

2007-12-19 Thread Chris
Andrew Ballard wrote: On Dec 18, 2007 4:58 PM, Jim Webber <[EMAIL PROTECTED]> wrote: Hello I have a PHP4 server and I'm trying to figure out how to do "implements" on classes. Is there an analogous way to do this without PHP5 installed? It isn't inheritance in the same sense as PHP5, but you

Re: [PHP] About PHP Implements

2007-12-19 Thread Nathan Nobbe
On Dec 19, 2007 11:17 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote: > On Dec 18, 2007 4:58 PM, Jim Webber <[EMAIL PROTECTED]> wrote: > > Hello I have a PHP4 server and I'm trying to figure out how to do > > "implements" on classes. Is there an analogous way to do this without > > PHP5 installed? >

Re: [PHP] About PHP Implements

2007-12-19 Thread Andrew Ballard
On Dec 18, 2007 4:58 PM, Jim Webber <[EMAIL PROTECTED]> wrote: > Hello I have a PHP4 server and I'm trying to figure out how to do > "implements" on classes. Is there an analogous way to do this without > PHP5 installed? > It isn't inheritance in the same sense as PHP5, but you can use the method_

Re: [PHP] About PHP Implements

2007-12-18 Thread Nathan Nobbe
On Dec 18, 2007 5:45 PM, Chris <[EMAIL PROTECTED]> wrote: > Jim Webber wrote: > > Hello I have a PHP4 server and I'm trying to figure out how to do > > "implements" on classes. Is there an analogous way to do this without > > PHP5 installed? > > If you're using inheritance and child classes you co

Re: [PHP] About PHP Implements

2007-12-18 Thread Chris
Jim Webber wrote: Hello I have a PHP4 server and I'm trying to figure out how to do "implements" on classes. Is there an analogous way to do this without PHP5 installed? If you're using inheritance and child classes you could do it in a way, eg: class parent_class { function x() { ech

[PHP] About PHP Implements

2007-12-18 Thread Jim Webber
Hello I have a PHP4 server and I'm trying to figure out how to do "implements" on classes. Is there an analogous way to do this without PHP5 installed? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php