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.
我正在创建一个单一登录到 WordPress、Joomla 和 Wiki 的网站。我在 Joomla 中遇到自动登录问题。谁能帮我提供 Joomla 1.6 的解决方案或源代码?
谢谢你
就是这样。
$app=JFactory::getApplication(); /* return Boolean */ $app->login(array('username'=>$data['login'], 'password'=>$data['pass']), array('silent'=>true)