Added Valid and enabled Form::select sorting

This commit is contained in:
Deon George
2013-11-27 11:24:47 +11:00
parent 1ec370f07a
commit c132357630
4 changed files with 39 additions and 0 deletions

5
messages/validation.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return array(
'not_equal' => ':field cannot have that value, or it was not specified!',
);