]> git.andy128k.dev Git - ipf-legacy-orm.git/commitdiff
ORM Sluggable Action
authoravl <alex.litovchenko@gmail.com>
Mon, 18 Aug 2008 13:00:59 +0000 (16:00 +0300)
committeravl <alex.litovchenko@gmail.com>
Mon, 18 Aug 2008 13:00:59 +0000 (16:00 +0300)
ipf/orm/template/timestampable.php

index f39a19bb3743e77edb2075d2cc88f985fa18043f..aae68140c64c55798df6014e784c00f9503ebf25 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
-class IPF_ORM_Template_Timestampable extends IPF_ORM_Template
-{
+class IPF_ORM_Template_Timestampable extends IPF_ORM_Template{
     protected $_options = array('created' =>  array('name'          =>  'created_at',
                                                     'type'          =>  'timestamp',
                                                     'format'        =>  'Y-m-d H:i:s',