NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminLoginView Class Reference
[View]

Inherits View.

List of all members.


Public Member Functions

 AdminLoginView ()
 render ()

Detailed Description

Generates the view shown just after filling in the login form

Definition at line 16 of file adminloginview.class.php.


Member Function Documentation

AdminLoginView.AdminLoginView (  ) 

This initializes the class, but normally we'll only have to initialize the parent

It gets the BlogSettings object since we need to know a few things about the blog we're rendering before doing this.

Definition at line 25 of file adminloginview.class.php.

References View.View().

AdminLoginView.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 View.

Definition at line 35 of file adminloginview.class.php.

References $config, Config.getConfig(), Locales.getLocale(), View.getValue(), print, and View.setValue().