コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Get the table prefix.
  *
  * @return string 
  * @static 
  */
 public static function getTablePrefix()
 {
     return \October\Rain\Database\Dongle::getTablePrefix();
 }