full>>
Method to test whether a form variable is populated, similar to PHP !empty().
Class: bb_work, called as $main
File: bb_work.php (php)
Declaration:
function full($name, $module)
Usage:
$test = $main->full($name, $module);
global $POST
Returns: boolean indicating whether the form variable is populated for the module specified. Boolean true if populated, false if empty string or not set.
Parameter: $name (string)
Name of the form variable.
Parameter: $module (string)
Module containing the form variable to be tested.
Updated: 2016-07-08