运行error!
( ! ) Notice: Use of undefined constant INTL_ICU_VERSION - assumed 'INTL_ICU_VERSION' in D:\xwamp\www\yii\basic\vendor\yiisoft\yii2\requirements\requirements.php on line 67
( ! ) Notice: Use of undefined constant INTL_ICU_VERSION - assumed 'INTL_ICU_VERSION' in D:\xwamp\www\yii\basic\vendor\yiisoft\yii2\requirements\requirements.php on line 67
2015-09-21
在模型和控制器中用
<?php if(...){...}else{...}
在视图中用
<?php if(...): ?>一段html代码
<?php else: ?>又一段html代码
<?php endif; ?>
html代码
我们是这样用的
<?php if(...){...}else{...}
在视图中用
<?php if(...): ?>一段html代码
<?php else: ?>又一段html代码
<?php endif; ?>
html代码
我们是这样用的
2015-09-20