Пример #1
0
 public function onBeforeInsert()
 {
     parent::onBeforeInsert();
     if (!$this->value) {
         $position = $this->getNextPosition();
         $this->setValue($position);
         $this->getModel()->setAttribute($this->getName(), $this->getValue());
     }
 }