⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Get rows where field = "X".



Ahmad Zein

Ahmad Zein
  • profile picture
  • Member

Posted 28 October 2014 - 09:21 AM

$crud->set_table('pages',"where permission =1"); <----------------------how to do this in the right way 

:(  :(  $crud->set_relation('pagetype','themes','name'); $crud->set_rules('systemTTL', 'System Title', 'trim|required|min_length[4]|xss_clean|alpha_dash'); $crud->callback_add_field('title',array($this,'edit_field_callback'));

Hellooo

I have multiple users with permissions and i want to show only raws which are for certain user group  ....

 

Thank you