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.
我正在使用 k2 v2.5.4 在 j1.7 中进行一些“高级搜索”改进
我想在文件 \plugins\search\k2\k2.php 中使用 JRequest::getInt() 请求一些参数,但它似乎没有到达这个插件。
请问如何获得一些 POST/GET 新参数?
感谢您的建议
You need to add this at the top of your code -
jimport( 'joomla.environment.request' );