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
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?
>
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_
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
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
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
6 matches
Mail list logo