The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Addition to DB class - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Addition to DB class (/showthread.php?tid=902)



Addition to DB class - nessinits - 01-03-2018

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);
}



Addition to DB class - Brandin - 01-03-2018

I will put it in the to-do list Smile


Addition to DB class - nessinits - 01-07-2018

Thanks!


Addition to DB class - Brandin - 02-04-2018

This will be in the next deploy, thanks!