Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robertmarsal/2644982 to your computer and use it in GitHub Desktop.
Save robertmarsal/2644982 to your computer and use it in GitHub Desktop.
Create instance of moodle form
<?php
$default_form_data = array ('disabled_select' => true);
$my_form = new my_form($default_form_data);
$my_form->display();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment