예제 #1
0
 public static function selectByPK($varValue, $arrFields = array(), $accountId = NULL)
 {
     global $_CONF;
     parent::$object = "Template";
     parent::$table = "pcms_template";
     return parent::selectByPK($varValue, $arrFields, $_CONF['app']['account']->getId());
 }