codeigniter-base-model
codeigniter-base-model copied to clipboard
many to many relationship
trafficstars
How to i will add many to many relationship ? is it possible ?
See the readme, chapter "Relationships". There is a has_many array that you can set.
+1
@thnaeff has_many is not the same as a many to many relationship.
many to many requires the use of a pivot table which I dont think this repo supports. Would be great if it did though.
https://github.com/avenirer/CodeIgniter-MY_Model This repo is based on @jamierumbelow 's and he has added many to many relationships. Its what im using until/if jamie ever picks back up development on this repo. Note: some things work a little differently an avenirer's porject.