Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚将我的 Joomla 升级到了 2.5.16 版本
一个包含以下代码的文件现在返回错误:
致命错误:在中找不到类“JFactory”
这是代码:
<?php $user = JFactory::getUser(); $group_id = &JFactory::group_id(); $user_id = $user->get('id'); ?>
我有一个带有超链接的子窗口。单击超链接时,我必须重定向到父窗口。我可以使用以下语法来做到这一点 -
<a target="main" href='${pageContext.request.contextPath}/xyz/abc.jsp?id=123'/>