| Issue 1: | Reverse ManyToMany | |
| 1 person starred this issue and may be notified of changes. | Back to list |
$p = new Publications(); $a = new Author(); $p->initWithId(1); $a->initWIthId(3); /* A Publication can get all of it's authors */ $p->authors->all(); /* Authors should be able to get all of their publications */ $a->publications->all(); |
Blockedon: 2