先选择togglemode, 粘了一段php代码进去,预览没效果,保存后也没效果。
比如:
function setup()
{
HTTP::no_cache_header();
}
public function fetch_question_category_action()
{
if (get_setting('category_enable') == 'Y')
{
echo $this->model('system')->build_category_json('question', 0, $question_info['category_id']);
}
else
{
echo json_encode(array());
}
exit;
}
如图:
不知道这算不算bug.
阅读全文
收起全文