I figured it out. Not sure if this is the easiest way. But wanted to share my solution with others:
$this->CI->load->module_model(POSTS_FOLDER, 'posts_model'); $this->CI->posts_model->readonly = TRUE; $this->CI->posts_model…
Yes, that's the where clause I need. However, that gives me:
Unknown column 'fuel_tags.slug' in 'where clause'
So I'd need to join in the fuel_tags table right? I'm not seeing how to do this.