PHP Class AccessForm, ojs

LoginForm � la struttura dati per mantenere i dati di struttura che vengono gestiti dalla view login che gestisce il form. Viene instanziato dalla function actionLogin() presente nel LoginController Questa unit� � il frutto della lettura della documentazione: http://www.yiiframework.com/doc/guide/1.1/it/form.model
Inheritance: extends CFormModel
Show file Open project: pkp/ojs Class Usage Examples

Public Methods

Method Description
__construct ( $wizardMode = false ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( $wizardMode = false )
$wizardMode boolean True IFF wizard mode is to be used.