|
|
wcf.bbcode.php.title |
1 2 3 4 5 6 7 8 9 10 11 |
<?php
class Foo {
function Foo($bar, $baz) {
doSomething();
}
function __construct() {
call_user_func_array(array($this, get_class($this)), func_get_args());
}
}
?>
|
This post has been edited 1 times, last edit by "Fridherikos Stasinopoulos" (Jul 23rd 2010, 11:43pm)