<?php //Chodzi o coś takiego; $test = 12; $type = 'cc'; $obj = new $type; // outputs "hi!" class cc { function __construct() { } } //W funkcjach działo function test($str){ } ?>
<?php //Chodzi o coś takiego; $test = 12; $type = 'cc'; $obj = new $type; // outputs "hi!" class cc { function __construct() { } } //W funkcjach działo function test($str){ } ?>