array( 'required' => VALID_NOT_EMPTY, 'length' => array( 'rule' => array('maxLength', 100) ) ), 'body' => VALID_NOT_EMPTY ); } ?>