Navigation Menu

Skip to content

Commit

Permalink
need more articles:)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstdokumaci committed May 24, 2012
1 parent 6482c4d commit 849ff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/readme.md
Expand Up @@ -120,7 +120,7 @@ We provide the name of item and an array of data by field names to create an ite


### Creating Many-to-many Relations ### Creating Many-to-many Relations


First parameter is the name of item. Second parameter is the local name of related item. Third parameter is id of item. Fourth parameter is id of related item. First parameter is the name of the item. Second parameter is the local name of the related item. Third parameter is the id of the item. Fourth parameter is the id of the related item.


$adb->relate('user', 'friends', $uid1, $uid2); $adb->relate('user', 'friends', $uid1, $uid2);


Expand Down

0 comments on commit 849ff63

Please sign in to comment.