Tous les codes sourcespage 18
C++
27 Mai, 2016 à 01:30
#261
void subMenu(int value){
switch(value)
{
case 1:
affichage = 1;
break;
case 2:
affichage = 2;
break;
}
}
PHP
26 Mai, 2016 à 01:30
#260
$users = $userRepository->getByIds($_POST['ids']); // mind that this is symfony 2 app