Mailinglisten-Archive |
Hi > Mach ich dies nicht, erhalte ich immer: > > Fatal error: Unknown(): The script tried to execute a > method or access a > > property of an incomplete object. Please ensure that the > class definition > > <b>bar</b> of the object you are trying to operate on was > loaded _before_ > > the session was started in ... > > Und? hast du deine Klasse definiert bevor du die Session startest? > > > SCRIPT B: > --------- > require_once 'bar.class.php'; > session_start(); > $_SESSION['foo']->_get(); > Ja, dass habe ich. Allerdings mit include_once. Hmm, jetzt geht es. Include und Require sind doch gleichwertig. Ich frage mich nun warum es jetzt funktioniert? Gruß Frank
php::bar PHP Wiki - Listenarchive