文章分类 -  yii2

yii2.0生成类似 <a href=""><img src="" alt=""></a> 标签的helper方法
摘要:生成类似标签的helper方法Html:a( Html::img($film['copertina'], ['class'=>'imgIndex','alt'=>$film['nome']]), ['film/presentazione', 'id' => $id]) 阅读全文

posted @ 2014-10-28 17:14 walter371 阅读(570) 评论(0) 推荐(0)

Creating a Simple CRUD App With Yii2 用 Yii2 创建一个简单的 CRUD (增删改查)应用
摘要:原文来自http://www.yiiframework.com/wiki/490/creating-a-simple-crud-app-with-yii2因为翻译能力有限,所以采用双语对照的形式,有译得不好的地方请多原谅。Creating a SimpleCRUD App With Yii2 (Re... 阅读全文

posted @ 2014-10-27 22:22 walter371 阅读(482) 评论(0) 推荐(0)

导航