Class BestController
This is all the frontend pages dealing with badges
- Gdn_Controller
-
BestController
public
|
#
Initialize( )
Initializes a frontend controller with the Best Filter, New Discussion, and Discussion Filter modules. |
public
|
|
public
|
|
public
|
|
protected
array
|
#
_TranslatePage( integer $Page )
Converts a page number to an offset and limit useful for model queries. |
protected
|
#
_BuildPager( integer $Offset, integer $Limit, string $Link )
Builds a simple more/less pager to be rendered on the page |
protected
array
|
$_Content | array() |
#
The list of content the filters want to show |
public
array
|
$Uses | array('ActedModel') |
#
These objects will be created on instantiation and available via $this->ObjectName |