Home > Backend Development > PHP Tutorial > yii2框架中可以设置多个表前缀吗

yii2框架中可以设置多个表前缀吗

WBOY
Release: 2016-06-06 20:31:29
Original
1334 people have browsed it

在yii2的框架是否能够设置多个表前缀,比如我在设置数据库表的时候,给不同模块加一个前缀,便于区分模块。但是在使用yii2框架中gii生成model并选用前缀生成,那么在yii设置中tablePrefix这个表前缀如何写?

回复内容:

在yii2的框架是否能够设置多个表前缀,比如我在设置数据库表的时候,给不同模块加一个前缀,便于区分模块。但是在使用yii2框架中gii生成model并选用前缀生成,那么在yii设置中tablePrefix这个表前缀如何写?

可以这样的。表名为df_website_article,df为前缀,website为模块,article为文章表。

用ar模型。如图

yii2框架中可以设置多个表前缀吗

貌似不行呢,你在查询的时候把表名写死吧。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template