示例#1
0
文件: pdo.php 项目: rperello/Anidcore
 public static function tableName()
 {
     return Ac::db()->getConfig("prefix") . static::constant("TABLE_NAME");
 }