5 $class = checkIdentifier($_GET[
"class"]);
19 $form =
new AutoForm(
$profile,
"POST",
"/action/data_sync/import_profile_dialog?class=$class");
20 $form->ajaxSubmit(
"function(result) { importProfileManager.profileEdited(result);}",
"function() {document.id('{$form->id}_error').set('text','Failed to communicate with server'); }");
23 $form->required(
"profile");
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().
$method
Pull out a simple reference to the request method.
if($method=="POST") $script