{php} $slidearray=$this->GetMysqlArray('*'," ".$this->GetTable('slide')." WHERE appid='56' AND status=0 ORDER BY displayorder ASC");{/php} {if $slidearray}
{for $slidearray $key=>$value}
  • {echo $value['subject']}
  • {/for}
    {else}

    暂无数据

    {/if}