×

Welcome to TagMyCode

Please login or create account to add a snippet.
1
0
 
0
Language: PHP
Posted by: Massimo Zappino
Added: Jul 20, 2011 3:22 PM
Views: 785
  1.         $this->delete(array(
  2.             'column_a = ?' => $columnA,
  3.             'column_b = ?' => $columnB
  4.         ));