Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 33 → Rev 34

/trunk/Application.php
78,8 → 78,7
if (strpos($name, 'persistent') === 0)
{
$class = get_class($this);
return $class::${
$name};
return $class::${$name};
}
$method = 'get' . ucfirst($name);