Exemplo n.º 1
0
 /**
  * set the form to be used for this session
  *
  * @param string $form form name
  */
 static function set_form($form)
 {
     self::$form = $form;
 }
 /**
  * set the form to be used for this session
  *
  * @param string $form form name
  */
 static function set_form($form)
 {
     SmartyValidate::$form = $form;
 }