This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
v5:activerecord:getattributenames [2016/01/13 02:15] mnewnham ↷ Page moved from activerecord:getattributenames to v5:activerecord:getattributenames |
v5:activerecord:getattributenames [2018/07/02 14:19] (current) peterdd prefer functions start lowercase (#430) |
||
---|---|---|---|
Line 10: | Line 10: | ||
===== Usage ===== | ===== Usage ===== | ||
<code php> | <code php> | ||
- | $db->Execute("CREATE TEMPORARY TABLE `persons` ( | + | $db->execute("CREATE TEMPORARY TABLE `persons` ( |
`id` int(10) unsigned NOT NULL auto_increment, | `id` int(10) unsigned NOT NULL auto_increment, | ||
`name_first` varchar(100) NOT NULL default '', | `name_first` varchar(100) NOT NULL default '', |