Hi,
I know ManyManyList::add() will change the relation table, but what I am actually after is a way to simply add a new relation to the result list rather than change the table. I have a many_many table and I want to retrieve say, 3 records, but I only get 2 records (obj2) from $obj1->obj2s(), so I want to add a new obj2 from Obj2::get(), add add it to the manymanyList result.
Cheers!