From: Andrey Kutejko Date: Sat, 8 Jun 2013 20:54:36 +0000 (+0300) Subject: fix orderable template X-Git-Tag: 0.6~115 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=b7b1e11ba9e3c8d855a0ad7ea4d0fa82f0ff4ab7;p=ipf-legacy-orm.git fix orderable template --- 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, '');