如何在 joomla 中以编程方式检索文章和类别列表?
我需要创建一个组件(前端),它在被 ping 时提供安装它的 Joomla 站点中的文章和类别列表。调用 URL 类似于 ...../component/mycomponent?param=getArticleList 或 getCategoryList。
我需要在 Joomla 后端检索这些统计数据的列表。我可以通过 SQL 查询来做到这一点,但我想知道是否有更好的(使用 Joomla 类)方法来做到这一点。
I need to create a component (front-end) which gives a list of articles and categories in the Joomla site in which it is installed, on being pinged. Calling URL will be something like ...../component/mycomponent?param=getArticleList or getCategoryList.
I need to retrieve a list of those stats in Joomla backend. I can do it by a SQL Query but I was wondering if there is a better (using Joomla classes) way of doing it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JApplication 类具有用于此目的的函数。
http://api.joomla.org/Joomla-Framework/Application/JApplication .html#getBlogCategoryCount
The JApplication class has functions for that.
http://api.joomla.org/Joomla-Framework/Application/JApplication.html#getBlogCategoryCount