elegant-orm icon indicating copy to clipboard operation
elegant-orm copied to clipboard

Pivot columns

Open itoon opened this issue 10 years ago • 1 comments

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();

itoon avatar Aug 25 '15 12:08 itoon

Have you found a solution yet ? Because I have the same problem

Shotman avatar Sep 02 '16 12:09 Shotman