예제 #1
0
 /**
  * Loads the settings. Not meant to be called directly, but gets called
  * when needed.
  *
  * @access protected
  * @param string First column key
  * @param string Second column key
  * @return boolean
  */
 function _load($coll_ID, $arg)
 {
     if (empty($coll_ID)) {
         return false;
     }
     return parent::_load($coll_ID, $arg);
 }