Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1315 | Rev 1319 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1315 Rev 1317
Línea 104... Línea 104...
104
        $values = $this->removeEmpty($values);
104
        $values = $this->removeEmpty($values);
Línea 105... Línea 105...
105
        
105
        
106
        $insert = $this->sql->insert(self::_TABLE);
106
        $insert = $this->sql->insert(self::_TABLE);
Línea -... Línea 107...
-
 
107
        $insert->values($values);
-
 
108
        
107
        $insert->values($values);
109
        echo $insert->getSqlString($this->adapter->platform); exit;
108
        
110
 
109
        $result = $this->executeInsert($insert);
111
        $result = $this->executeInsert($insert);
110
        if($result) {
112
        if($result) {
111
            $form->id = $this->lastInsertId;
113
            $form->id = $this->lastInsertId;