mixed getRequestedPage(
)
|
|
Returns string with page item name or NULL if none detected
Page submit item posts array with exactly one entry. The key of that entry is requested page name.
getRequestedPage() returns NULL if form is being submitted without requesting another page or if there are no page items added to page controller
Tags:
boolean _onPostValidate(
)
|
|
Implementation of postValidate handler
Tags object to be out of validation. Averts form from beeing executed when any other page is requested.
Tags:
Overrides
Formagic_Item::_onPostValidate() (Executed after item validation is done)
boolean _onPreValidate(
)
|
|
Implementation of preValidate handler
Tags object to be in validation.
Tags:
Overrides
Formagic_Item::_onPreValidate() (Executed before item validation)