- Added method listFields to DB_Model

- Added method fieldExists to DB_Model
This commit is contained in:
Paolo
2017-06-19 12:39:08 +02:00
parent 3ac8d7d604
commit b73bf1dd32
2 changed files with 33 additions and 9 deletions
@@ -61,7 +61,7 @@ class UDF extends APIv1_Controller
}
/**
*
* Decode to json the column jsons for every result set
*/
private function _jsonDecodeResult(&$result)
{