Example #1
0
 /**
  * @see Database::execute()
  */
 public function execute($code, array $args = array())
 {
     $this->log(array('execute' => true, 'code' => $code, 'args' => $args));
     return parent::execute($code, $args);
 }