NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminGlobalSettingsListView Class Reference
[View]

Inherits AdminTemplatedView.

List of all members.


Public Member Functions

 AdminGlobalSettingsListView ($blogInfo, $section="all")
 render ()

Public Attributes

 $_section

Detailed Description

shows a list with all the global parameters

Definition at line 13 of file adminglobalsettingslistview.class.php.


Member Function Documentation

AdminGlobalSettingsListView.AdminGlobalSettingsListView ( blogInfo,
section = "all" 
)

AdminGlobalSettingsListView.render (  ) 

Renders the view. It simply gets all the parameters we've been adding to it and puts them in the context of the template renderer so that they can be accessed as normal parameters from within the template

Reimplemented from AdminTemplatedView.

Definition at line 31 of file adminglobalsettingslistview.class.php.

References $config, Config.getConfig(), and View.setValue().


Member Data Documentation

AdminGlobalSettingsListView.$_section

Definition at line 15 of file adminglobalsettingslistview.class.php.