Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1443 Rev 1444
Línea 175... Línea 175...
175
     * @param string $order_direction
175
     * @param string $order_direction
176
     * @return Paginator
176
     * @return Paginator
177
     */
177
     */
178
    public function fetchAllDataTableByCompanyId($company_id, $search, $page = 1, $records_per_page = 10, $order_field= 'first_name', $order_direction = 'ASC')
178
    public function fetchAllDataTableByCompanyId($company_id, $search, $page = 1, $records_per_page = 10, $order_field= 'first_name', $order_direction = 'ASC')
179
    {
179
    {
180
        $prototype = new RecruitmentSelectionVacancy();
180
        $prototype = new SurveyTest();
181
        $select = $this->sql->select(self::_TABLE);
181
        $select = $this->sql->select(self::_TABLE);
182
        $select->where->equalTo('company_id', $company_id);
182
        $select->where->equalTo('company_id', $company_id);
Línea 183... Línea 183...
183
        
183
        
184
        if($search) {
184
        if($search) {