Home
last modified time | relevance | path

Searched refs:res_fetch_array (Results 1 – 3 of 3) sorted by path

/plugin/bez/mdl/
H A DTaskFactory.php19 $data = $this->model->sqlite->res_fetch_array($r);
/plugin/sqlite/_test/
H A DHelperTest.php225 $this->assertEquals(false, $SqliteHelper->res_fetch_array(false));
226 $this->assertEquals($result0, $SqliteHelper->res_fetch_array($this->res));
227 $this->assertEquals($result1, $SqliteHelper->res_fetch_array($this->res)); //next row
/plugin/sqlite/
H A Dhelper.php299 public function res_fetch_array($res)
296 public function res_fetch_array($res) global() function in helper_plugin_sqlite