Debuggage

This commit is contained in:
Michael RICOIS 2012-03-05 15:40:55 +00:00
parent 90eb13188e
commit 7612d0e17c

View File

@ -72,10 +72,13 @@ foreach($keys as $key) {
//Lecture
$sql = 'SELECT MIN('.$key.') AS min, MAX('.$key.') AS max FROM etablissements_act';
$dbMetier->setFetchMode(Zend_Db::FETCH_ASSOC);
//$dbMetier->setFetchMode(Zend_Db::FETCH_ASSOC);
$stmt = $dbMetier->query($sql);
$result = $stmt->fetchAll($sql);
print_r($result);
exit;
//Insertion
$data = array(
'cle' => $key,