我想在現有網站的某些頁面中包含codeigniter註釋部分。我現在用的是以下內容包括笨的這段:現有網站中的Codeigniter
echo $directoryLevelPrefix . "staff/codeigniter/index.php";
$_SERVER["REQUEST_URI"] = "comment/index2/".$page;
require_once($directoryLevelPrefix . "staff/codeigniter/index.php");
這正常工作正常,但當我把代碼中的函數,調用它,我得到以下錯誤:
Fatal error: Call to a member function item() on a non-object in \codeigniter\system\core\Utf8.php on line 47
我猜codeigniter必須從調用頁面中獲取調用函數中超出範圍的一些細節。任何想法如何做到這一點?
這聽起來像你正在試圖將一個方形的釘子插入一個圓孔。 – Aren 2011-04-19 22:26:24