Home  >  Article  >  Backend Development  >  thinkphp table name case tips

thinkphp table name case tips

WBOY
WBOYOriginal
2016-08-08 09:30:211022browse
<span>我们有一个表<span><span><span>auth_group_access</span></span></span>,那么如何使用呢?<br>在使用M方法时,对于带下划线的表名,可以采用如下方法。<br>M(<span>'AuthGroupAccess')<span>;<br>对应sql语句SQL: SHOW COLUMNS FROM `auth_group_access` [ RunTime:0.009198s ]<br></span></span></span>

The above introduces the tips on capitalization and capitalization of thinkphp table names, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
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