{php} $noticearr=$this->GetMysqlArray('*'," ".$this->GetTable('member_notice')." WHERE uid='$this->uid' AND new=1 ORDER BY nid DESC LIMIT 0,10"); $noticenum=count($noticearr); {/php} {if $noticearr} {for $noticearr $value}
  • {echo $value['subject']}
    {echo $this->str($value['content'],0,0,1,0,0,1)}

    {echo $this->Date('Y-m-d H:i:s',$value['dateline'])}

    删除

  • {/for} {/if}