Changes between Version 3 and Version 4 of DeveloperGuidelines/EdenMobile/Services/emDB
- Timestamp:
- 11/23/17 22:39:46 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Services/emDB
v3 v4 104 104 }}} 105 105 106 Using {{{Field}}}s to access column values is recommended (or even necessary) when selecting from joins. Obviously, you can use a local variable for table.$('fieldname') and use that in both the select() and the subsequent column access.106 Using {{{Field}}}s to access column values is recommended (or even necessary) when selecting from joins. Obviously, you can set a local variable for table.$('fieldname'), and then use it in both the select() and the subsequent column access. 107 107 108 108 === Joins ===