0
点赞
收藏
分享

微信扫一扫

yii2-jui的基本使用

洒在心头的阳光 2022-03-11 阅读 25


<?php
namespace frontend\controllers;
use Yii;
use yii\web\Controller;
class IndexController extends Controller
{
public function actionIndex()
{
return $this->render('index');
}
}
<?=
yii\jui\DatePicker::widget(['name'=>'attributeName'])
?>

yii2-jui的基本使用_php



举报

相关推荐

0 条评论