Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1865 Rev 1869
Línea 111... Línea 111...
111
        
111
        
112
        $prototype = new Feed();
112
        $prototype = new Feed();
113
        return $this->executeFetchAllObject($select, $prototype);
113
        return $this->executeFetchAllObject($select, $prototype);
Línea 114... Línea 114...
114
    }
114
    }
115
    
115
    
116
    public function fetchAllDataTableForo($search, $page = 1, $records_per_page = 10, $order_field= 'added_on', $order_direction = 'ASC', $topic_id)
116
    public function fetchAllDataTableForo($search, $page = 1, $records_per_page = 10, $order_field= 'added_on', $order_direction = 'DESC', $topic_id)
117
    {
117
    {
118
        $prototype = new Feed();
118
        $prototype = new Feed();