'type' => Commande::TYPE_USER, | 'type' => Commande::TYPE_USER, | ||||
'orderby' => 'date DESC', | 'orderby' => 'date DESC', | ||||
'limit' => 15, | 'limit' => 15, | ||||
'condition' => 'commande.date > \''.date('Y-m-d 00:00:00').'\'' | |||||
'condition' => 'production.date > \''.date('Y-m-d 00:00:00').'\'' | |||||
]) ; | ]) ; | ||||
foreach($commandes as $c) | foreach($commandes as $c) |