Hello,
I'm trying to show the name of a channel associated with an event through an FK, but I'm not able to show it.
Model:
public function get_events() {
$this->db->get('events');
$this->db->join('channels', 'events.channel_...
asked by
19.11.2015 / 13:38