Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 3454
Línea 51... Línea 51...
51
    
51
    
52
    /**
52
    /**
53
     * 
53
     * 
54
     * @return Skill[]
54
     * @return Skill[]
55
     */
55
     */
56
    public function fetchAllActives()
56
    public function fetchAllActive()
57
    {
57
    {
58
        $prototype = new Skill();
58
        $prototype = new Skill();
59
        $select = $this->sql->select(self::_TABLE);
59
        $select = $this->sql->select(self::_TABLE);
60
        $select->where->equalTo('status', Skill::STATUS_ACTIVE);
60
        $select->where->equalTo('status', Skill::STATUS_ACTIVE);