return $res;
}
- public function debugLevel($v = null)
+ static public function debugLevel($v = null)
{
// avoid those annoying PEAR::DB strict standards warnings it causes
$old = error_reporting();
return $res;
}
- public function factory($table = '')
+ static public function factory($table = '')
{
// avoid those annoying PEAR::DB strict standards warnings it causes
$old = error_reporting();
return $res;
}
- public function staticGet($class, $k, $v = null)
+ static public function staticGet($class, $k, $v = null)
{
// avoid those annoying PEAR::DB strict standards warnings it causes
$old = error_reporting();