gpt4 book ai didi

yii - 在 yii 中向 CHtml 添加新项目

转载 作者:行者123 更新时间:2023-12-02 17:39:45 25 4
gpt4 key购买 nike

我在 Yii 上使用原则 2。我有一个问题,原则 2 中的日期时间是 DateTime 类的对象,我无法使用 CHtml 或表单的常规方法更新它。

如何在 CHtml 中添加可以处理这种情况的新项目。

--致以诚挚的问候莫远

最佳答案

您可以扩展 CHtml 类并添加您自己的函数。代码应如下所示:

class MyHtml extends CHtml {
// add you own logic or override CHtml functions

public static function myFunction() {
return 'yeah!';
}
}

然后您可以使用 MyHtml::myFunction() 并使用所有标准 CHtml 函数。

看看这个问题,了解有关在 Yii 中扩展类的更多信息:How to extend Yii framework classes and where to place the files

关于yii - 在 yii 中向 CHtml 添加新项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21987868/

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