48 $msg = checkNumeric($_GET[
"msg"]);
55 $form->readonly(
"to",
"subject");
56 $form->submitLabel =
"Email Technical Support";
57 $form->button(
"Cancel",
"forum_list");
58 $form->annotate(
"message",
"Please specify a suggested title for the new forum and a description of its intended topic area.");
62 $form->hide(
"owner_id");
68 $sent = $emailHandler->send();
70 redirect(
"forum_list");
80 <button onclick=
"go('forum_list')" class=
"button">Return
to Discussion Forums</button>
static using()
Import the datamodels, views and manifest for the specified component(s).
static usingFile()
Uses the specified framework file(s) from the framework directory.
Provides the interface to the user model for the application.
$method
Pull out a simple reference to the request method.