Exemplo n.º 1
0
Arquivo: Page.php Projeto: ahb360/cms
 public function behaviors()
 {
     return array_merge(parent::behaviors(), [['class' => FileBehavior::className(), 'groups' => ['image' => ['type' => FileBehavior::TYPE_IMAGE]]]]);
 }
Exemplo n.º 2
0
Arquivo: Page.php Projeto: ahb360/cms
 public function behaviors()
 {
     return array_merge(parent::behaviors(), [TimestampBehavior::className(), ['class' => FileBehavior::className(), 'groups' => ['image' => ['type' => FileBehavior::TYPE_IMAGE, 'rules' => ['extensions' => ['png', 'jpg', 'jpeg'], 'maxSize' => 1024 * 1024]]]]]);
 }