PHP7中文手册2018 带注释 最新chm版
<?php
/* @var $this yii\web\View */
use yii\widgets\LinkPager;
use yii\helpers\Html;
$this->title = "My Yii Application";
?>
<?= Html::a('测试', ['site/index'], ['class' => 'profile-link']) ?>
转载请注明:谷谷点程序 » yii2 a链接的实现方法
<?php
/* @var $this yii\web\View */
use yii\widgets\LinkPager;
use yii\helpers\Html;
$this->title = "My Yii Application";
?>
<?= Html::a('测试', ['site/index'], ['class' => 'profile-link']) ?>
转载请注明:谷谷点程序 » yii2 a链接的实现方法