Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 5021
Línea 65... Línea 65...
65
 
65
 
66
        
66
        
-
 
67
        
-
 
68
        $sql = new Sql($this->getAdapter());
-
 
69
        $statement = $sql->prepareStatementForSqlObject($select);
-
 
70
        
67
        
71
        echo $select->getSqlString($this->adapter->platform);
Línea 68... Línea 72...
68
        $sql = new Sql($this->getAdapter());
72
        
69
        $statement = $sql->prepareStatementForSqlObject($select);
73
        
70
        $result = $statement->execute();
74
        $result = $statement->execute();