gpt4 book ai didi

mysql - 在 Yii 中从数据库生成模型?

转载 作者:行者123 更新时间:2023-11-29 01:14:49 24 4
gpt4 key购买 nike

有没有办法在 YII 中从 MySQL 数据库自动生成模型?

最佳答案

您可以使用 GiiCRUD 生成模型、 View 和 Controller 来自表的操作。

您可以通过将此代码插入配置文件来启用 Gii(从 yiic 生成的代码中取消注释)。

'modules'=>array(
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'****',
'ipFilters'=>false, // Not recommended, but easy.
),
),

然后浏览到 example.com/index.php?r=gii。登录到 Gii 并从那里开始该过程自言自语。

当询问模型名称时,输入 * 为数据库中的所有表创建模型。

关于mysql - 在 Yii 中从数据库生成模型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5902919/

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