芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/thefirstcookout.com/support/application/models/MAddonManagerModel.php
GetSelectDB()->database,'.')!==false){ $tables=[]; $tables_obj=$this->SelectQuery("SHOW TABLES FROM `{$this->GetSelectDB()->database}`",true); foreach ($tables_obj as $t){ foreach ($t as $v){ $tables[]=$v; break; } } }else { $tables = $this->GetSelectDB()->list_tables(); } $table_name =app_trim($table_name); if (!in_array($table_name, $tables)) { $result = $this->GetSelectDB()->query($query); if (!$result) { Mdebug_log::AddGeneralLog("Database table creation failed",Mdebug_log::STATUS_FAILED,Mdebug_log::STATUS_SUCCESS,$query); } } } }