You are here: calling a derived static method from a base class « PHP « IT news, forums, messages
calling a derived static method from a base class

Posted by Christopher J. Bottaro on 05/05/05 17:56

<code>
class Base {

static function f() {
self::g();
}

static function g() {
print("Base\n");
}
}

class Derived extends Base {
static function g() {
print("Derived\n");
}
}

Derived::f();
</code>

I want that to print "Derived", but it prints "Base" instead. How can I get
it to do what I want?

Thank for the help.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация