Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 530 Rev 531
Línea 94... Línea 94...
94
    {
94
    {
95
        $select = $this->sql->select(self::_TABLE);
95
        $select = $this->sql->select(self::_TABLE);
96
        $select->where->equalTo('job_description_id', $job_description_id);
96
        $select->where->equalTo('job_description_id', $job_description_id);
Línea 97... Línea 97...
97
        
97
        
98
        $prototype = new JobDescriptionCompetency();
98
        $prototype = new JobDescriptionCompetency();
99
        return $this->executeFetchOneArray($select);
99
        return $this->executeFetchAllObject($select, $prototype);
Línea 100... Línea 100...
100
    }
100
    }
101
 
101
 
102
    /**
102
    /**