Example #1
0
 function multiqueryIgnoreResult()
 {
     if (count($this->calls)) {
         parent::queryIgnoreResult('system.multicall', $this->calls);
         $this->calls = array();
         // reset for next calls
     }
 }