关于管理模块的几个小问题? [ 新手入门 ]
1、[attach]1[/attach]什么意思…… 2、[attach]2[/attach]到底干啥用的啊? 3、[attach]3[/attach]怎么修改他?假如我要改时间的格式! 等待舰长~
共 10 条回复
-
如果看不懂文档的话,肯定是做不成项目的,一些问题从文档都可以查到!
$this->widget('zii.widgets.grid.CGridView', array( 'dataProvider'=>$dataProvider, 'columns'=>array( 'title', // display the 'title' attribute 'category.name', // display the 'name' attribute of the 'category' relation 'apiContent:html', // display the 'apiContent' attribute as purified HTML array( // display 'create_time' using an expression 'name'=>'create_time', 'value'=>'date("M j, Y", $data->create_time)', ), array( // display 'author.username' using an expression 'name'=>'authorName', 'value'=>'$data->author->username', ), array( // display a column with "view", "update" and "delete" buttons 'class'=>'CButtonColumn', ), ), ));
这是文档的例子,你看一下就会明白了!
CGridView
这一页里有CGridView的属性和方法!需要什么就改什么,特别方便!
tz_com 山东
注册时间:2011-03-01
最后登录:2019-08-18
在线时长:1小时9分
最后登录:2019-08-18
在线时长:1小时9分
- 粉丝1
- 金钱440
- 威望0
- 积分450