?? output.inc.php
字號:
function posid($field, $value)
{
global $priv_group, $POS;
if(!isset($POS)) $POS = cache_read('position.php');
$result = $this->db->select("SELECT `posid` FROM `".DB_PRE."content_position` WHERE `contentid`='$this->contentid'", 'posid');
$posids = array_keys($result);
$value = '';
foreach($posids as $posid)
{
$value .= $POS[$posid].' ';
}
return $value;
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -