Skip to content

Instantly share code, notes, and snippets.

Created June 3, 2014 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/51db6da15167809768c8 to your computer and use it in GitHub Desktop.
Save anonymous/51db6da15167809768c8 to your computer and use it in GitHub Desktop.
class GenericCoursePage_Controller extends Page_Controller {
static $allowed_actions = array(
'RegistrationForm',
);
public function RegistrationForm(SS_HTTPRequest $request){
return new RegistrationForm($this, "RegistrationForm", "jo");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment