コード例 #1
0
ファイル: Piwik.php プロジェクト: neolf/PIWIK4MOBILE
 /**
  * Get list of tables installed
  *
  * @param bool $forceReload Invalidate cache
  * @return array Tables installed
  */
 public static function getTablesInstalled($forceReload = true)
 {
     return Piwik_Db_Schema::getInstance()->getTablesInstalled($forceReload);
 }