NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminLoginAction Class Reference
[Action]

Inherits Action.

List of all members.


Public Member Functions

 AdminLoginAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_userName
 $_userPassword
 $_op
 $_locale

Detailed Description

When the user fills in the login form, we jump to this action which will show another form when the user will choose to which of the blog he or she wants to carry out administrative tasks.

Definition at line 23 of file adminloginaction.class.php.


Member Function Documentation

AdminLoginAction.AdminLoginAction ( actionInfo,
request 
)

Constructor. If nothing else, it also has to call the constructor of the parent class, BlogAction with the same parameters

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

References $request, Action.Action(), Config.getConfig(), Locales.getLocale(), Action.registerFieldValidator(), and Action.setValidationErrorView().

AdminLoginAction.perform (  ) 


Member Data Documentation

AdminLoginAction.$_userName

Definition at line 26 of file adminloginaction.class.php.

AdminLoginAction.$_userPassword

Definition at line 27 of file adminloginaction.class.php.

AdminLoginAction.$_op

Definition at line 28 of file adminloginaction.class.php.

AdminLoginAction.$_locale

Definition at line 29 of file adminloginaction.class.php.