Hallo apeiros,
class selfloader
{
function selfloader($autoload="stored")
{
[...]
$_SESSION[$autoload] = &$this; // store reference in session
Lies: http://de3.php.net/oop.newref
Viele Grüße,
Christian
Hallo apeiros,
class selfloader
{
function selfloader($autoload="stored")
{
[...]
$_SESSION[$autoload] = &$this; // store reference in session
Lies: http://de3.php.net/oop.newref
Viele Grüße,
Christian