Issue 1: Reverse ManyToMany
Status:  Accepted
Owner:

Blocked on:
issue 2
Project Member Reported by aventure...@gmail.com, Sep 22, 2007
$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();


 
Dec 6, 2008
Project Member #1 aventure...@gmail.com
(No comment was entered for this change.)
Cc: -tony.fugere
Blockedon: 2