$production = Production::find() | $production = Production::find() | ||||
->where('date LIKE \'' . $date . '\'') | ->where('date LIKE \'' . $date . '\'') | ||||
->andWhere(['id_etablissement' => $id_etablissement]) | |||||
->one(); | ->one(); | ||||
if($production) | if($production) | ||||
{ | { |