elegant-orm
elegant-orm copied to clipboard
Pivot columns
How to get pivot columns like I have post_id, term_id, content I want to get content data in there. How to get it?
$this->pivot_result = $pivot_query->result_array();
Have you found a solution yet ? Because I have the same problem