Subversion Repositories PHPX

Compare Revisions

Last modification

Regard whitespace Rev 53 → Rev 54

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