Created
August 31, 2010 13:56
-
-
Save rande/559053 to your computer and use it in GitHub Desktop.
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 | |
class myModelForm extends BaseModelForm | |
{ | |
public function saveEmbeddedForms($con = null, $forms = null) | |
{ | |
// nop, don't trust this | |
} | |
public function processUploadedFile($field, $filename = null, $values = null) | |
{ | |
// nop, I don't want to use this | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment