Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 242
Línea 84... Línea 84...
84
        return $this->executeFetchOneObject($select, $prototype);
84
        return $this->executeFetchOneObject($select, $prototype);
85
    }
85
    }
Línea 86... Línea 86...
86
    
86
    
87
    /**
87
    /**
-
 
88
     *
-
 
89
     * @return Feed[]
-
 
90
     */
-
 
91
    public function fetchAllTypeVideo()
-
 
92
    {
-
 
93
        $select = $this->sql->select(self::_TABLE);
-
 
94
        $select->where->equalTo('file_type', Feed::FILE_TYPE_VIDEO);
-
 
95
        
-
 
96
        //echo $select->getSqlString($this->adapter->platform);
-
 
97
        
-
 
98
        $prototype = new Feed();
-
 
99
        return $this->executeFetchAllObject($select, $prototype);
-
 
100
    }
-
 
101
    
-
 
102
    
-
 
103
    /**
88
     *
104
     *
89
     * @param int $shared_feed_id
105
     * @param int $shared_feed_id
90
     * @return int
106
     * @return int
91
     */
107
     */
92
    public function fetchCountSharedByFeedId($shared_feed_id)
108
    public function fetchCountSharedByFeedId($shared_feed_id)