Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 1682
Línea 106... Línea 106...
106
        $prototype = new Comment();
106
        $prototype = new Comment();
Línea 107... Línea 107...
107
        
107
        
108
        $select = $this->sql->select(self::_TABLE);
108
        $select = $this->sql->select(self::_TABLE);
109
        $select->where->equalTo('feed_id', $feed_id);
109
        $select->where->equalTo('feed_id', $feed_id);
110
        $select->where->equalTo('status', Feed::STATUS_PUBLISHED);
-
 
-
 
110
        $select->where->equalTo('status', Feed::STATUS_PUBLISHED);
111
        
111
        $select->where->IsNull('parent_id');
112
        return $this->executeFetchAllObject($select, $prototype);
112
        return $this->executeFetchAllObject($select, $prototype);
Línea 113... Línea 113...
113
    }
113
    }