$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 我有多个具有权限的用户,我想只显示特定用户组的原始数据....
谢谢