/usr/local/miolo2/classes/ui/controls/mform.class

Set data on the form fields. Set form fields values. A subclassed form will likely override this method, in order to provide a specialized processing for the passed data object.

This method simply calls the _SetData() method of the Form class.

$data = new FormData(); $form->setData( $data );

Parameters:
$data (Object) object containing the field values
CopyLeft (L) 2001-2006 - [MIOLO Development Team] SOLIS - Cooperativa de Soluções Livres - Lajeado/RS - Brasil