Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1678 Rev 1679
Línea 12... Línea 12...
12
use LeadersLinked\Model\CompanyPerformanceEvaluationTestSupervisor;
12
use LeadersLinked\Model\CompanyPerformanceEvaluationTestSupervisor;
Línea 13... Línea 13...
13
 
13
 
14
 
14
 
15
class CompanyPerformanceEvaluationTestSupervisorMapper extends MapperCommon
15
class CompanyPerformanceEvaluationTestSupervisorMapper extends MapperCommon
Línea 16... Línea 16...
16
{
16
{
17
    const _TABLE = 'tbl_company_performance_evaluation_tests_supervisor';
17
    const _TABLE = 'tbl_company_performance_evaluation_tests_superviser';
18
    
18
    
19
    /**
19
    /**
Línea 102... Línea 102...
102
        $values = $this->removeEmpty($values);
102
        $values = $this->removeEmpty($values);
Línea 103... Línea 103...
103
        
103
        
104
        $insert = $this->sql->insert(self::_TABLE);
104
        $insert = $this->sql->insert(self::_TABLE);
Línea 105... Línea 105...
105
        $insert->values($values);
105
        $insert->values($values);
Línea 106... Línea 106...
106
 
106
 
107
         echo $insert->getSqlString($this->adapter->platform); exit;
107
         //echo $insert->getSqlString($this->adapter->platform); exit;
108
        
108
        
109
        $result = $this->executeInsert($insert);
109
        $result = $this->executeInsert($insert);