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
Afficher le fichier Open project: pkp/ojs Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $wizardMode = false ) Constructor.

Method Details

__construct() public méthode

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