0
$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 我有多個具有權限的用戶,我想只顯示這對於某些用戶羣原糖....獲取行,其中在食品領域的污物同等價值
謝謝
確實解釋了爲什麼以及它做了什麼...給一個男人一條魚,你給他一天的時間喂他,教他釣魚,你給他一輩子的食物。 – jwenting 2014-10-28 15:21:46
就像看文檔一樣簡單:http://www.grocerycrud.com/documentation/options_functions/where – Falk 2014-10-28 16:21:32
我看了我不知道爲什麼我沒看到它: – 2014-10-28 21:42:59