從數(shù)據(jù)庫(kù)查詢數(shù)據(jù),瀏覽器以表格形式顯示
創(chuàng)新互聯(lián)建站憑借在網(wǎng)站建設(shè)、網(wǎng)站推廣領(lǐng)域領(lǐng)先的技術(shù)能力和多年的行業(yè)經(jīng)驗(yàn),為客戶提供超值的營(yíng)銷型網(wǎng)站建設(shè)服務(wù),我們始終認(rèn)為:好的營(yíng)銷型網(wǎng)站就是好的業(yè)務(wù)員。我們已成功為企業(yè)單位、個(gè)人等客戶提供了網(wǎng)站制作、做網(wǎng)站服務(wù),以良好的商業(yè)信譽(yù),完善的服務(wù)及深厚的技術(shù)力量處于同行領(lǐng)先地位。注意區(qū)別index 和iteration
index為數(shù)組下標(biāo)索引
iteration為序號(hào)
模板頁(yè)面
index | iteration | <{foreach $tdname as $val}><{$val}> | <{/foreach}> <{section name="one" loop=$users step=2 start=2}> <{if $smarty.section.one.first}>|||
---|---|---|---|---|---|
<{$smarty.section.one.index}> | <{$smarty.section.one.iteration}> | <{$users[one].id}> | <{$users[one].username}> | <{$users[one].password}> | <{$users[one].email}> |
php頁(yè)面
left_delimiter="<{"; $smarty->right_delimiter="}>"; //設(shè)置為false 定界符號(hào)左右可以有空格 $smarty->auto_literal = false; //添加一個(gè)插件的目錄 //$smarty->setPluginsDir(ROOT."/libs/myplugins/"); //注意添加一個(gè)插件,要把系統(tǒng)默認(rèn)設(shè)置的路徑加入 否則不能使用默認(rèn)系統(tǒng)的插件 $smarty->setPluginsDir(array( ROOT."/libs/plugins/",//系統(tǒng)默認(rèn)設(shè)置的路徑 ROOT."/libs/myplugins/",//自定義的 )); //連接數(shù)據(jù)庫(kù) const DSN = 'mysql:host=localhost;dbname=test'; const DBUSER = 'root'; const DBPWD = 'root'; try{ $pdo = new PDO(DSN, DBUSER,DBPWD); }catch(PDOException $e){ echo "數(shù)據(jù)庫(kù)連接失敗:".$e->getMessage(); exit; } $query = "select id, username, password,email from users"; $stmt = $pdo->prepare($query); $stmt ->execute(); $users = $stmt->fetchAll(PDO::FETCH_ASSOC); $smarty->assign('users',$users); //var_dump($users); $query = "desc users"; $stmt = $pdo->prepare($query); $stmt ->execute(); $tdname = $stmt->fetchAll(PDO::FETCH_COLUMN); //var_dump($tdname); $smarty->assign('tdname',$tdname); //變量輸出 $smarty->display('hello.tpl'); ?>瀏覽器輸出
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。