Posts by André de Pádua • 41 points
2 posts
-
2
votes2
answers215
viewsA: Recover column of a Join in view
I managed to solve using alias and specifying the columns in the select. $this->db->select ('e.id event_id, e.name event_name, v.id venue_id, v.name venue_name'); $this->db->join('venues…
codeigniteranswered André de Pádua 41 -
2
votes2
answers215
viewsQ: Recover column of a Join in view
I have an appointment with Join and in both tables I have a column with the same name ds_observacao. The tables are: cliente and ordem_servico. Time to show on view, the value of this column returns…
codeigniterasked André de Pádua 41