Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6388 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6388 Rev 7063
Línea 219... Línea 219...
219
        
219
        
220
        $prototype = new Feed();
220
        $prototype = new Feed();
221
        return $this->executeFetchAllObject($select, $prototype);
221
        return $this->executeFetchAllObject($select, $prototype);
Línea -... Línea 222...
-
 
222
    }
222
    }
223
    
223
    
224
    /*
224
    public function fetchAllDataTableForo($search, $page = 1, $records_per_page = 10, $order_field= 'added_on', $order_direction = 'DESC', $topic_id)
225
    public function fetchAllDataTableForo($search, $page = 1, $records_per_page = 10, $order_field= 'added_on', $order_direction = 'DESC', $topic_id)
225
    {
226
    {
226
        $prototype = new Feed();
227
        $prototype = new Feed();
Línea 242... Línea 243...
242
        $paginator->setItemCountPerPage($records_per_page);
243
        $paginator->setItemCountPerPage($records_per_page);
243
        $paginator->setCurrentPageNumber($page);
244
        $paginator->setCurrentPageNumber($page);
Línea 244... Línea 245...
244
        
245
        
245
        
246
        
-
 
247
        return $paginator;
246
        return $paginator;
248
    }*/
247
    }
249
    
248
    public function fetchFiveForoJoinTopic($group_id,$topic_type)
250
    public function fetchFiveForoJoinTopic($group_id,$topic_type)
249
    {
251
    {
250
        $prototype = new Feed();
252
        $prototype = new Feed();