]> git.andy128k.dev Git - ipf.git/commitdiff
fix orderable template
authorAndrey Kutejko <andy128k@gmail.com>
Sat, 8 Jun 2013 20:54:36 +0000 (23:54 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Sat, 8 Jun 2013 20:54:36 +0000 (23:54 +0300)
ipf/orm/template/orderable.php

index d998d1b27f855138c3645429fa27dbc080603d15..1935e70a1c02a13c2d6376ebd86f0d5e21414f96 100644 (file)
@@ -10,6 +10,11 @@ class IPF_ORM_Template_Orderable extends IPF_ORM_Template
             $this->columnName = $options['name'];
     }
 
+    public function getColumnName()
+    {
+        return $this->columnName;
+    }
+
     public function setTableDefinition()
     {
         $this->hasColumn($this->columnName, 'integer', null, '');