Пример #1
0
 function getCol()
 {
     $this->limit(1);
     return $this->db->GetCol($this->__toString(), $this->params);
 }