简介:这是gridview 自定义value值的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。
class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=341059' scrolling='no'>
model里:
01 |
public function item( $items , $name ){ |
03 |
foreach ( $items as $n => $item ){ |
04 |
if (isset( $this -> $name )){ |
view里:
1 |
array ( 'name' => 'isPass' , 'value' => '$data->item(array(\'1\'=>\'是\',\'0\'=>\'否\'),\'isProcess\')' , 'filter' => array ( '1' => '是' , '0' => '否' )), |
更简单些
1 |
'value' => '$data->ispass == "1" ? "是" : "否"' , |
爱J2EE关注Java迈克尔杰克逊视频站JSON在线工具
http://biancheng.dnbcw.info/php/341059.html pageNo:7