wait for prerpared

This commit is contained in:
kremsy 2014-01-09 21:37:01 +01:00
parent 9011e6807b
commit 15ad975dee

View File

@ -49,8 +49,31 @@ class ManiaExchangeInfoSearcher {
public function updateMapObjectWithManiaExchangeIds(){ public function updateMapObjectWithManiaExchangeIds(){
$maps = $this->maniaControl->mapManager->getMaps(); $maps = $this->maniaControl->mapManager->getMaps();
foreach($maps as $map){
$mapIds = array();
foreach($maps as $map){
/** @var Map $map */
//TODO prepared statement read MX id from maps database
}
//code...
//fetch mx info
foreach ($maps as $map){
/** @var Map $map */
//code...
//TODO prepared statment set MX id in maps database
} }