Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->on(self::EVENT_BEFORE_INSERT, function ($event) {
         $time = TIMESTAMP;
         $this->create_time = $time;
     });
 }