codeigniter-base-model icon indicating copy to clipboard operation
codeigniter-base-model copied to clipboard

Traversing multiple relationships?

Open paulcanning opened this issue 11 years ago • 1 comments
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.

paulcanning avatar Mar 26 '14 10:03 paulcanning

It is possible with https://github.com/cahri/codeigniter-base-model/commit/27dcafc346110d40bea5a66646457229013d202f ;)

julienmru avatar Sep 05 '14 14:09 julienmru