Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2136 Rev 2137
Línea 325... Línea 325...
325
        $prototype = new Feed();
325
        $prototype = new Feed();
Línea 326... Línea 326...
326
        
326
        
327
        $select = $this->sql->select(self::_TABLE);
327
        $select = $this->sql->select(self::_TABLE);
328
        $select->where->equalTo('type', Feed::TYPE_MYT_QUESTION);
328
        $select->where->equalTo('type', Feed::TYPE_MYT_QUESTION);
329
        $select->where->notEqualTo('status', Feed::STATUS_DELETED);
329
        $select->where->notEqualTo('status', Feed::STATUS_DELETED);
Línea 330... Línea 330...
330
        $select->order('added_on ASC');     
330
        $select->order('added_on DESC');     
331
        
331
        
Línea 332... Línea 332...
332
        return $this->executeFetchAllObject($select, $prototype);
332
        return $this->executeFetchAllObject($select, $prototype);