PHP开发编码规范 / PHP数据库字段

PHP数据库字段

PHP 数据库字段


数据库字段命名遵循以下规范:
a. 全部使用小写;
b. 多个单词间使用_间隔。
例子:user_name、rose_price等。