ManyToMany (Choice)

This commit is contained in:
Marc Ducobu
2014-10-10 17:39:24 +02:00
parent f148c7e566
commit f055af8228
3 changed files with 33 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ class Adress
public function __toString()
{
return $this->data;
return $this->data . '(id:' .$this->id .')';
}
/**