Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6001 Rev 6056
Línea 91... Línea 91...
91
        $select->order('name DESC');
91
        $select->order('name DESC');
Línea 92... Línea 92...
92
        
92
        
93
        $prototype = new KnowledgeAreaCategory();
93
        $prototype = new KnowledgeAreaCategory();
94
        return $this->executeFetchAllObject($select, $prototype);
94
        return $this->executeFetchAllObject($select, $prototype);
-
 
95
    }
Línea 95... Línea 96...
95
    }
96
 
96
    
97
    
97
    
98