table = $table; $this->id = $id; $this->title = $title; $this->subject = $subject; $this->message = $message; } function selectEmailPrint($emailFields, $columns) { if ($emailFields) { print_fieldset("email", ('E-mail')); echo "
" . ('From') . ": \n"; echo ('Subject') . ": \n"; echo "
" . ('Attachments') . ": "; echo "
" . (count($emailFields) == 1 ? '' : html_select("email_field", $emailFields)); echo "\n"; echo "