Created
May 9, 2012 14:40
-
-
Save robertmarsal/2644982 to your computer and use it in GitHub Desktop.
Create instance of moodle form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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