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