Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2489 Rev 2490
Línea 350... Línea 350...
350
        $select->order('title');
350
        $select->order('title');
Línea 351... Línea 351...
351
        
351
        
352
        return $this->executeFetchAllObject($select, $prototype);
352
        return $this->executeFetchAllObject($select, $prototype);
Línea -... Línea 353...
-
 
353
    }
-
 
354
 
-
 
355
      /**
-
 
356
     *
-
 
357
     * @return Feed
-
 
358
     */
-
 
359
    public function fetchAllByTopicId($topic_id)
-
 
360
    {
-
 
361
        $prototype = new Feed();
-
 
362
        
-
 
363
        $select = $this->sql->select(self::_TABLE);
-
 
364
        $select->where->equalTo('topic_id', $topic_id);
-
 
365
        $select->order('title');
-
 
366
        
-
 
367
        return $this->executeFetchAllObject($select, $prototype);
353
    }
368
    }
354
 
369
 
355
    /**
370
    /**
356
     *
371
     *
357
     * @return Feed
372
     * @return Feed