Mailinglisten-Archive |
Hallo allerseits,
"... und sie dreht sich doch!" :
hier so gehts:
class A
{
function someInternClass($bool) {
if ( $bool ) {
include_once 'B.class.php';
$b = new B();
} else {
include_once 'C.class.php';
$b = new C();
}
$b->display(); // or do some other stuff
}
}
... ohh, i like this crazy shit! ;)
Weiterhin viel Spaß!
Konstantin.
php::bar PHP Wiki - Listenarchive