Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 192 Rev 543
Línea 122... Línea 122...
122
     */
122
     */
123
    public function fetchAllByDefault()
123
    public function fetchAllByDefault()
124
    {
124
    {
125
        $select = $this->sql->select(self::_TABLE);
125
        $select = $this->sql->select(self::_TABLE);
126
        $select->where->isNull('company_id');
126
        $select->where->isNull('company_id');
127
 
-
 
128
        
-
 
129
        $prototype = new Competency();
127
        $prototype = new Competency();
130
        return $this->executeFetchAllObject($select, $prototype);
128
        return $this->executeFetchAllObject($select, $prototype);
131
    }
129
    }
Línea 132... Línea 130...
132
    
130
    
Línea 251... Línea 249...
251
        
249
        
Línea 252... Línea 250...
252
        return $this->executeDelete($delete);
250
        return $this->executeDelete($delete);
Línea 253... Línea -...
253
        
-
 
254
    }
251
        
Línea 255... Línea 252...
255
    
252
    }
256
    
253
    
257
    
254
 
258
    
255