
如何在index.php里面设style样式[2.0]
我想在index.php中把第一列的宽度设定为100px大小,要怎么写代码 index.php代码如下: 'columns' => [ ['class' => 'yii\grid\CheckboxColumn'], [ 'att...
我想在index.php中把第一列的宽度设定为100px大小,要怎么写代码 index.php代码如下: 'columns' => [ ['class' => 'yii\grid\CheckboxColumn'], [ 'att...
在一个ajax发送请求和保存数据的时候报500错误 代码: $res = new Apptxt(); $res->datetime = time(); $res->appid = 7; $res->content = "1...
学习数据库保存中遇到了一个问题,控制器里的代码如下: $entry = new EntryForm; //如果是Post请求提交 if(Yii::$app->request->getIsPost()){ //表单模型设置属性为p...
modules\article\views\admin\action.php代码 <script> function checked($id){ var vals = $("#name").val(); var id=$id; ...
<?= Html::encode($message) ?> 这种写法比较古老,是一种缩写形式。 我看了下 我的php.ini 配置 short_open_tag = off 但是 竟然在YII 下 正常运行 感觉好奇怪, 你们不...
数据库里存的图片字段为:pic 格式是:C:\xampp\htdocs\weidu\v1.weidu.com/files/case02.jpg index.php页面: 如何让图片显示,不是显示图片名,而是显示图片 你这个路径应该只有上传图...
yii2里的.bowerrc和.gitignore没有会不会带来什么问题? 出了点问题把服务器上的yii重新从本地上传了,发现本地的.bowerrc和.gitignore(就最原始的basic目录下的这2个)怎么都上传不上去,然后我运行服务...
public function actions() { return [ 'captcha' => [ 'class' => 'yii\captcha\CaptchaAction', 'fixedVerifyCode' =>...
$controllerID = Yii::$app->controller->id; $actionID = Yii::$app->controller->action->id; 报错 PHP Notice –...
上传到服务器,打开域名提示 Warning: require_once(D:\wwwroot\91zhai\wwwroot/../yii1/framework/yii.php) [function.require-once]: failed...