Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

base-forums.inc.php

Go to the documentation of this file.
00001 <?
00008 class BaseForums extends MyManager
00009 {
00013     protected function getSortFieldsArray()
00014     {
00015         $data = parent::getSortFieldsArray();
00016 
00017         $data['sequence'] = 'Sort by forum sequence';
00018         $data['threads'] = 'Sort by number of threads';
00019         $data['posts'] = 'Sort by number of posts';
00020         $data['name'] = 'Sort by forum name';
00021 
00022         return $data;
00023     }
00024 }
00025 ?>

Generated on Fri Oct 27 12:26:40 2006 for BaseJumper by doxygen 1.3.9.1