You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cogentParadigm edited this page Dec 27, 2014
·
1 revision
The Database API handles high level database interaction.
function get_database($name)
function select_database($name)
function query($froms, $args="", $replacements=array())
function get()
function raw_query($query)
function store($name, $fields=array(), $from="auto")
function queue($name, $fields, $from="auto")
function store_queue()
function store_once($name, $fields, $from="auto")
function remove($from, $conditions)