Beispiel #1
0
 public function _getData()
 {
     if (is_numeric($this->rowid)) {
         $select = dbfn::_buildselect2($this->table, $this->prikey, $this->rowid);
         $this->oDB = new db($select);
         $this->datadb = $this->data = $this->oDB->_getRow();
     }
 }