How i can relate 3 models in single call?
Just in case, i have 3 models:
- Market_model => Market_tree_model => Market_tree_pc_model
Can i call this in 1 call like this?
$this->market_model->with(array(
'market_tree' => array(
'with' => market_tree_pc
)))->get_all();