Mailinglisten-Archive |
> -----Ursprüngliche Nachricht-----
> Von: php-bounces at phpbar.de [mailto:php-bounces at phpbar.de] Im Auftrag von
> Marc Ende
> Gesendet: Mittwoch, 7. April 2004 13:53
> $__scanFunction = "_scanType_".$__scanType;
> if(!function_exists($this->$__scanFunction))
> {
> echo "Die Funktion reader500::$__scanFunction existiert nicht!\n";
> }
> else
> {
> $this->$__scanFunction($__line, $__dbo);
> }
>
Hallo,
könnte daran liegen.
Statt:
$__scanFunction = "_scanType_".$__scanType;
Lieber so:
$this->$__scanFunction = "_scanType_".$__scanType;
Chris
php::bar PHP Wiki - Listenarchive