codeigniter-base-model
codeigniter-base-model copied to clipboard
Traversing multiple relationships?
trafficstars
I have three tables that are related, one to many
Table A --< Table B --< Table C
I needs to access info in Table A when using a record selected form Table C.
Is this possible?
I have set up the $belongs_to and $has_many variables in the models.
It is possible with https://github.com/cahri/codeigniter-base-model/commit/27dcafc346110d40bea5a66646457229013d202f ;)