Example #1
0
 protected function contextAttached()
 {
     parent::contextAttached();
     $this->context->statements['INSERT INTO'] = $this->context->getFrom();
     $this->columns = array();
     $this->firstValue = array();
 }