Method: fetch()

Fetch a result from the array of results from the last query, then move the pointer one to the next result.
 

Returns:

ARRAY

Example:

$result = $this->obj_db->fetch();

Example 2:

while($item = $this->obj_db->fetch()){
    print_r($item);
}

Contact Us

Address: 22a Fishergate York, YO10 4AB · Tel: 01904 636677 · Email: info@dotadmin.com