วันอังคารที่ 11 กรกฎาคม พ.ศ. 2560
วันเสาร์ที่ 8 กรกฎาคม พ.ศ. 2560
การใช้งาน GridView และการปรับแต่ง Columns
<?= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
[
'attribute' => 'created_at',
'value'=>function($model){
return $model->title.$model->firstname.' '.$model->lastname;
}
]
// ...
],
]); ?>
http://dixonsatit.github.io/2015/07/06/gridview.html
วันพฤหัสบดีที่ 6 กรกฎาคม พ.ศ. 2560
Model Generator(มานพ)
Model Generator
This generator generates an ActiveRecord class for the specified database table.
วันอังคารที่ 4 กรกฎาคม พ.ศ. 2560
GRUD GENERATOR
CRUD Generator
This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
วันจันทร์ที่ 3 กรกฎาคม พ.ศ. 2560
model generator
Model Generator
This generator generates an ActiveRecord class for the specified database table.
สมัครสมาชิก:
บทความ (Atom)