0
如何通過ajax獲取joomla內容? (我要顯示在彈出specyfic頁的內容),這是我的代碼:(阿賈克斯調用)Joomla通過ajax獲取內容
$option = JRequest::getCmd('option');
$view = JRequest::getCmd('view');
if ($option=="com_content" && $view=="article") {
$ids = explode(':',JRequest::getString('id'));
$article_id = $ids[0];
$article =& JTable::getInstance("content");
$article->load($article_id);
echo '<h2>'.$article->get("title").'</h2>';
echo $article->get("introtext"); // and/or fulltext
}
這僅適用於artilces工作正常,但問題是,當例如我想要顯示的類別,或組件