From b7b1e11ba9e3c8d855a0ad7ea4d0fa82f0ff4ab7 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 8 Jun 2013 23:54:36 +0300 Subject: [PATCH] fix orderable template --- ipf/orm/template/orderable.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ipf/orm/template/orderable.php b/ipf/orm/template/orderable.php index d998d1b..1935e70 100644 --- a/ipf/orm/template/orderable.php +++ b/ipf/orm/template/orderable.php @@ -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, ''); -- 2.49.0