]> git.andy128k.dev Git - ipf-legacy-orm.git/commitdiff
zzz
authoravl <alex.litovchenko@gmail.com>
Sun, 12 Oct 2008 23:09:27 +0000 (02:09 +0300)
committeravl <alex.litovchenko@gmail.com>
Sun, 12 Oct 2008 23:09:27 +0000 (02:09 +0300)
ipf/orm/utils.php
ipf/orm/validator/html.php [new file with mode: 0644]

index 5b2afc6e2d4b4c6262873320dfaef98b6fd3506b..371f5bea67beb4195a6053a57a629f37864c5ea6 100644 (file)
@@ -56,6 +56,7 @@ class IPF_ORM_Utils {
             'usstate',
             'file',
             'image',
+            'html',
         );
     }
 
diff --git a/ipf/orm/validator/html.php b/ipf/orm/validator/html.php
new file mode 100644 (file)
index 0000000..bd663d0
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+class IPF_ORM_Validator_Html
+{
+    public function validate($value){
+        return true;
+    }
+}