Tous les codes sourcespage 30
ActionScript
19 Août, 2014 à 11:24
#103
switch(page) {
case 0:
showCurrentCar(page);
hidePreviousCar(currentModel);
currentModel = page;
break;
case 1:
showCurrentCar(page);
hidePreviousCar(currentModel);
currentModel = page;
break;
case 2:
showCurrentCar(page);
hidePreviousCar(currentModel);
currentModel = page;
break;
case 3:
showCurrentCar(page);
hidePreviousCar(currentModel);
currentModel = page;
break;
}
PHP
19 Août, 2014 à 08:12
#182
$product_ids = getProductIds();
foreach($product_ids as $product_id)
{
$sql = "delete from product_table";
$db->run($sql);
}