最赞回答 / YogaMis
<?phpuse yii\helpers\Url;?><div class="panel-title box-title"> <span><strong><?=$data['title']?></strong></span> </div><div class="panel-body padding-left-0"> <div class="tag-cloud"> ...
2017-01-31
最新回答 / 仲天琪
PHP Warning – yii\base\ErrorExceptionInvalid argument supplied for foreach()1. in C:\wamp\www\muke\hyii2\frontend\models\PostForm.phpat line 8576777879808182838485868788899091929394<...code...>2. in C:\wamp\www\muke\hyii2\frontend\widgets\pos...
2017-01-16
最新回答 / 慕粉1323053779
//添加事件 $this->on(self::EVENT_AFTER_CREATE, [$this,'_eventAddTag'],$data);错误:$this->on(self::EVENT_AFTER_CREATE, ['_eventAddTag'],$data);
2017-01-10