gpt4 book ai didi

php - 在 cgridview 和 View 中显示的 Yii 不同模型值

转载 作者:行者123 更新时间:2023-11-29 02:31:57 25 4
gpt4 key购买 nike

我的生成模型中有以原始数字形式百分比(例如 .998)存储的值。

但是,对于我的 View ,以及在 CGRIDview 中的显示,我希望这些数据点乘以 100,但在后端数据库中保留相同的值。所以在我看来,上面的例子应该显示为 99.8 %

最佳答案

使用以下方法定义您的 CGridView 列:

 'columns' => array(
// ... fields
array(
'name' => 'fieldWithPecent',
'value' => 'sprintf("%3.1f%%", $data->fieldWithPecent * 100)',
),
// other fields definition
),

关于php - 在 cgridview 和 View 中显示的 Yii 不同模型值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11749554/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com