Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 551 Rev 552
Línea 108... Línea 108...
108
        
108
        
109
        $result = $this->executeInsert($insert);
109
        $result = $this->executeInsert($insert);
110
        if($result) {
110
        if($result) {
111
            $form->id = $this->lastInsertId;
111
            $form->id = $this->lastInsertId;
112
        }
112
        }
113
        return $values;
113
        return $result;
Línea 114... Línea 114...
114
    }
114
    }
115
    
115
    
116
    /**
116
    /**