【发布时间】:2014-10-28 09:30:30
【问题描述】:
$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'));
你好 我有多个具有权限的用户,我只想显示特定用户组的原始数据......
谢谢
【问题讨论】: