Added first attempt at input validation framework

This commit is contained in:
2011-12-26 00:52:10 +00:00
parent 786076b5c6
commit da57ccf8de
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
abstract class SihnonFramework_Validation {
}
?>