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

4
classes/Valid.php Normal file
View File

@@ -0,0 +1,4 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
class Valid extends lnApp_Valid {}
?>