?? form.inc.php
字號(hào):
function posid($field, $value, $fieldinfo)
{
extract($fieldinfo);
$result = $this->db->select("SELECT `posid` FROM `".DB_PRE."content_position` WHERE `contentid`='$this->contentid'", 'posid');
$posids = implode(',', array_keys($result));
return form::select_pos('info['.$field.']', $field, $posids, $cols, $width);
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -