added Form::open_multipart and tweaked Upload_of rule.

This commit is contained in:
Taylor Otwell
2011-06-26 09:19:54 -05:00
parent dc01b3c26e
commit 567da2419f
2 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<?php namespace System\Validation\Rules;
use System\File;
use System\Input;
use System\Validation\Rule;