Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

JonoTech

About

Username
JonoTech
Joined
Visits
3
Last Active
Roles
Member

Comments

  • 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.