]> git.andy128k.dev Git - ipf-legacy-orm.git/commitdiff
verbose model column label
authorAndrey Kutejko <andy128k@gmail.com>
Tue, 25 Jun 2013 22:11:32 +0000 (01:11 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Tue, 25 Jun 2013 22:11:32 +0000 (01:11 +0300)
ipf/orm/utils.php
ipf/orm/validator/verbose.php [new file with mode: 0644]

index 4eba1884bd044364161f1b7ff895e8931438e285..c87e16dc17ad7b0031828a83fa0324ad4acbd981 100644 (file)
@@ -58,6 +58,7 @@ class IPF_ORM_Utils {
             'image',
             'html',
             'uploadTo',
+            'verbose',
         );
     }
 
diff --git a/ipf/orm/validator/verbose.php b/ipf/orm/validator/verbose.php
new file mode 100644 (file)
index 0000000..0a6478e
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+class IPF_ORM_Validator_Verbose
+{
+    public function validate($value)
+    {
+        return true;
+    }
+}
+