Skip to content
Snippets Groups Projects
Commit 3dbb66c8 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 0f54de47 a08e33dc
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ class Ordonnance extends Objet
}
public function str() {
return $this->animal." ".$this->date;
$animal = new Animal()
$fields = $animal->select($this->id)
return $fields["nom"]." ".$this->date;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment