This repository was archived by the owner on May 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
FetchArray
ratajs edited this page Feb 6, 2017
·
1 revision
This method returns array with values of current row of table.
Syntax:
$object->fetchArray([$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.