Changes between Version 4 and Version 5 of DeveloperGuidelines/EdenMobile/Services/emDB
- Timestamp:
- 11/23/17 22:41:21 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Services/emDB
v4 v5 90 90 }}} 91 91 92 The result is an array of Rows. 93 92 The {{{select()}}} method accepts both field ''names'' and {{{Field}}}s in the field list (can even be mixed, but not duplicated). The callback is invoked with an array of Rows. 94 93 === Rows === 95 94