Documentation - relation between entities
Closed this issue · 1 comments
FaustineLarmagna commented
In demo branch, a user got a OwnPostList attribute which is filled with a new post at post creation. Can you explain the management of 1-n and n-n relationships in the documentation (if there is a special handling with Walrus) ?
Thanks.
nicolasbeauvais commented
Walrus use RedBean ORM 3.5 whithout any special handling, RedBean is a vendor and his documentation shouldn't be in the Walrus documentation.
You can have more information on one to many relationship here:
http://redbeanphp.com/manual3_0/adding_lists
And many to many here:
http://redbeanphp.com/manual3_0/shared_lists
Regards