Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 992 Rev 993
Línea 102... Línea 102...
102
        
102
        
103
        $select = $this->sql->select(self::_TABLE);
103
        $select = $this->sql->select(self::_TABLE);
104
        $select->where->equalTo('company_id', $company_id);
104
        $select->where->equalTo('company_id', $company_id);
Línea 105... Línea 105...
105
        $select->order('name');
105
        $select->order('name');
106
        
106
        
Línea 107... Línea 107...
107
        return $this->executeFetchAllObject($select, $prototype);
107
        return $this->executeFetchOneObject($select, $prototype);
108
    }
108
    }