pm_Form:: assign Method

Fills the VAR array of the internal rFastTemplate instance with data.

Syntax

public function assign ()

Parameters

No

Returns

A boolean which is true if the array of variables stored in the instance of class pm_Form is not empty and has been passed to the internal rFastTemplate instance successfully, false otherwise.

Remarks

This function needs to be overridden.