Hoe kan je een constructor overloaden ...

zoiets dus..................
<?
class josti_handler {

function josti_handler() {
$this -> preLoad();
}

function josti_handler( $index ) {
$this -> LaatJostieOpZijnKlokkenSpelkwijlen($index );
}


}

?>

Reageren