You are here: Re: initalize a static class? « PHP Language « IT news, forums, messages
Re: initalize a static class?

Posted by Janwillem Borleffs on 08/06/05 13:07

Markus Wallner wrote:
> Is there a way to initialize a static class similar to ___construct()
> in php ?
>

When the constructor of the class is private, you could use a wrapper which
extends it:

class Foo {
private function __construct() {}
public function printMessage($msg) {
print $msg;
}
}

class FooBar extends Foo {
public function __construct() {}
}

$foobar = new FooBar;
$foobar->printMessage('hello');


JW

 

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

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