v5:activerecord:getactiverecordsclass
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:activerecord:getactiverecordsclass [2016/01/13 02:15] – ↷ Page moved from activerecord:getactiverecordsclass to v5:activerecord:getactiverecordsclass mnewnham | v5:activerecord:getactiverecordsclass [2025/06/01 13:21] (current) – Remove square brackets in tags dregad | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| | | ||
| ==== $bindarr ==== | ==== $bindarr ==== | ||
| - | For more information on the use of '' | + | For more information on the use of '' |
| ==== $primaryKeyArray ==== | ==== $primaryKeyArray ==== | ||
| Line 38: | Line 38: | ||
| $table = ' | $table = ' | ||
| $whereOrderBy = "name LIKE ' | $whereOrderBy = "name LIKE ' | ||
| - | $activeRecArr = $db->GetActiveRecordsClass(' | + | $activeRecArr = $db->getActiveRecordsClass(' |
| $table, | $table, | ||
| $whereOrderBy); | $whereOrderBy); | ||
| Line 54: | Line 54: | ||
| <code php> | <code php> | ||
| - | $activeRecArr = $db->GetActiveRecordsClass($className, | + | $activeRecArr = $db->getActiveRecordsClass($className, |
| array(' | array(' | ||
| /* | /* | ||
| Line 60: | Line 60: | ||
| */ | */ | ||
| - | $activeRecArr = $db->GetActiveRecordsClass($className, | + | $activeRecArr = $db->getActiveRecordsClass($className, |
| array(' | array(' | ||
| </ | </ | ||
| - | {{tag>[Active_Record]}} | + | {{tag> |
v5/activerecord/getactiverecordsclass.1452647745.txt.gz · Last modified: (external edit)
