| #116 | } |
| #117 | |
| #118 | //设置或者取消某个属性 |
| #119 | public function set_flag($table = 'article', $cid = 0, $id = 0, $flag = 0, $exist = 0){ |
| #120 | if(empty($id) || empty($cid) || empty($flag)){return false;} |
| #121 | |
| #122 | |
| #123 | |
| #124 | |
| #125 | $this->table = 'cms_'.$table.'_flag'; |