01-03-2018, 02:41 PM
Could you guys add the following to the DB class?
public function getColCount(){
return $this->_query->columnCount();
}
public function getColMeta($counter){
return $this->_query->getColumnMeta($counter);
}
public function getColCount(){
return $this->_query->columnCount();
}
public function getColMeta($counter){
return $this->_query->getColumnMeta($counter);
}