Skip to content

Instantly share code, notes, and snippets.

@rande
Created August 31, 2010 13:56
Show Gist options
  • Save rande/559053 to your computer and use it in GitHub Desktop.
Save rande/559053 to your computer and use it in GitHub Desktop.
<?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