コード例 #1
0
ファイル: Module.php プロジェクト: orangehill/photon
 public static function getTableName()
 {
     $instance = new Module();
     return $instance->getTable();
 }