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 80... Línea 80...
80
    
80
    
81
    /**
81
    /**
82
     *
82
     *
83
     * @return JobCategory[]
83
     * @return JobCategory[]
84
     */
84
     */
85
    public function fetchAllActives()
85
    public function fetchAllActive()
86
    {
86
    {
87
        $prototype = new JobCategory();
87
        $prototype = new JobCategory();
88
        $select = $this->sql->select(self::_TABLE);
88
        $select = $this->sql->select(self::_TABLE);
89
        $select->where->equalTo('status', JobCategory::STATUS_ACTIVE);
89
        $select->where->equalTo('status', JobCategory::STATUS_ACTIVE);