Zend Framework zendhomepage by maugrim | 0 comments | Monday, November 20, 2006 概述 实话实说,创建一个聊天的程序不是一个很">
用AJAX实现聊天功能(part 1)
* On my platform, I need to set the BaseURL for ZF 0.20
* RewriteBase is assumed to be $_SERVER['PHP_SELF'] after * removing the trailing "index.php" string. * * PHP_SELF can be user manipulated. Avoided using SCRIPT_NAME * or SCRIPT_FILENAME because they may differ depending on SAPI * being used. */ $base_url = substr($_SERVER['PHP_SELF'], 0, -9); $request->setBaseUrl($base_url); /*
上一篇:ajax的最大缺点是什么?对搜索引擎的支持较弱 下一篇:基于PHP的AJAX技术实现文件异步上传 更多相关文章
|
推荐文章
精彩文章
|