{template phpapp:header}

{echo $show['subject']}

{if $fieldarray=$this->GetTableFieldArray('case')}
{for $fieldarray $field}

{echo $field['name_phpapp']}: {echo $this->str($show[$field['field_phpapp']],99999,0,1,0,0,1)}

{/for}
{/if}
{echo $this->str($show['content'],9999999,0,1,0,0,1)}

[返回]

{php} $uptask=$this->GetMysqlOne('cid,subject'," ".$this->GetTable('case')." WHERE cid<'$cid' ORDER BY cid DESC LIMIT 0,1"); {/php} {php} $nexttask=$this->GetMysqlOne('cid,subject'," ".$this->GetTable('case')." WHERE cid>'$cid' LIMIT 0,1"); {/php}

案例分类

    {php} $category=$this->GetMysqlArray('*'," ".$this->GetTable('category')." WHERE type='49' AND upid=0 ORDER BY displayorder ASC"); {/php} {if $category} {for $category $value}
  • {echo $value['name']}
  • {/for} {/if}
{template phpapp:footer}