Skip to content

Instantly share code, notes, and snippets.

@ichikaway
Created August 23, 2011 07:49
Show Gist options
  • Save ichikaway/1164596 to your computer and use it in GitHub Desktop.
Save ichikaway/1164596 to your computer and use it in GitHub Desktop.
add conditions
$this->logQuery("db.{$Model->useTable}.update( :conditions :fields, :params )",
array('conditions' => $conditions, 'fields' => $fields, 'params' => array("multiple" => true))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment