xajax+smarty 問題_PHP教程

來源:互聯網
上載者:User

xajax+smarty 問題 急啊!

我的refreshContent函數調用不了,我已被這個問題困擾了好幾天了 ,就是找不到問題出在哪了,希望大家幫我看看,謝謝!
代碼如下:

xajax_smarty.php

require_once( 'Config/Config.inc.php');
require_once('xajax/xajax_core/xajax.inc.php');
$xajax = new xajax();
function loadContent($n){
global $Smarty;
if($n==0){
$data[] = array('title' =>'helloworld','content' =>'

what is going on?

');
$data[] = array('title' =>'another item','content' => '

nothing fancy

');
}
else if($n == 1){
echo '=============';
$data[] = array('title' =>'Dynamically loaded' , 'content' => '

There you go

');
}
$Smarty ->assign('posts' ,$data);
$ret = $Smarty ->fetch('post.html');
$Smarty ->clear_all_assign();
return $ret;
}
function refreshContent($formValues){//調用不了
echo "ldkfjdl";
$response= new xajaxResponse();
$newContent = loadContent($formValues['select_page']);
$response ->addAssign('content' , 'innerHTML' , $newContent);
return $response;
}
$xajax ->registerFunction('refreshContent');
$xajax->processRequest();

$Smarty ->assign('content' , loadContent(0));
$Smarty ->assign('xajaxjavascript' , $xajax ->getJavascript('xajax/'));
$Smarty ->display('main.html');
?>

post.html


<%{foreach from = $posts item = post}%>

<%{$post.title}%>


<%{$post.content}%>

<%{/foreach }%>



main.html


<%{$xajaxjavascript}%>



Smarty $amp;xajax





<%{$content}%>


http://www.bkjia.com/PHPjc/632483.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/632483.htmlTechArticlexajax+smarty 問題 急啊! 我的refreshContent函數調用不了,我已被這個問題困擾了好幾天了 ,就是找不到問題出在哪了,希望大家幫我看看,謝...

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.