Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Data manipulation API

From MoodleDocs
Revision as of 23:40, 21 June 2011 by Edmund Edgar (talk | contribs) (Created page with "Don't know the DML functions very well, but there shouldn't be an ' AND' after 'bar', should there? $result = $DB->get_records($table,array('foo' => 'bar AND' , 'jon' => 'doe'));")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Don't know the DML functions very well, but there shouldn't be an ' AND' after 'bar', should there?

$result = $DB->get_records($table,array('foo' => 'bar AND' , 'jon' => 'doe'));