zoukankan      html  css  js  c++  java
  • gridview 自定义value值

    简介:这是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){
    02         $returnValue='';
    03         foreach($items as $n=>$item){
    04                 if(isset($this->$name)){
    05                         if($n==$this->$name){
    06                                 $returnValue=$item;
    07                         }
    08                 }
    09         }
    10         return $returnValue;
    11 }

    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
  • 相关阅读:
    异常处理
    集合面试题
    数据结构
    集合遍历
    集合汇总
    Collections工具类
    HashMap和hashTable的区别
    Map接口和Collection接口的区别
    Spark应用远程调试
    使用 maskView 设计动画
  • 原文地址:https://www.cnblogs.com/ooooo/p/2245219.html
Copyright © 2011-2022 走看看