Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1934 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1934 Rev 1935
Línea 127... Línea 127...
127
        $values = $this->removeEmpty($values);
127
        $values = $this->removeEmpty($values);
Línea 128... Línea 128...
128
        
128
        
129
        $update = $this->sql->update(self::_TABLE);
129
        $update = $this->sql->update(self::_TABLE);
130
        $update->set($values);
130
        $update->set($values);
131
        $update->where->equalTo('id', $form->id);
131
        $update->where->equalTo('id', $form->id);
132
        echo $update->getSqlString($this->adapter->platform); exit;
132
       // echo $update->getSqlString($this->adapter->platform); exit;
133
        return $this->executeUpdate($update); 
133
        return $this->executeUpdate($update); 
Línea 134... Línea 134...
134
    }
134
    }
135
    
135