You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
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.
Return value:
This method returns array with values of current row of table.