Skip to content

Instantly share code, notes, and snippets.

@alborq
Created January 23, 2015 13:16
Show Gist options
  • Save alborq/376b8caa1660e2f8eb57 to your computer and use it in GitHub Desktop.
Save alborq/376b8caa1660e2f8eb57 to your computer and use it in GitHub Desktop.
<?php
$result = $res_new_indispoGroupBy->fetchAll();
foreach($result as $k => $v)
{
//Si il y a plussieur result
}
if (0 === count(result)) {
//Else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment