Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

FetchAll

ratajs edited this page Feb 13, 2017 · 1 revision

FetchAll

This method returns data about all rows of table. Syntax:
$object->fetchAll([$result])
Object
- Object of extension.
Result
- Database result, if it’s not mentioned, this method will use result from last call of method select, selectWhere, selectJoin, exists, queryf or query.
Return value: This method returns array with objects with values from row of table, whose number is equal to array key.
Clone this wiki locally