在视图中添加自定义参数

发布于 2024-11-15 07:29:25 字数 177 浏览 3 评论 0原文

如何在视图中添加自定义 where 子句。 我为 User:uid 添加了参数字段,我的要求是过滤除特定用户之外的所有结果?像 uid != 1 这样的东西。

可以使用视图的 PHP 代码选项(如果参数不存在则采取的操作>>默认参数类型)来实现这一点。无论哪种情况,请详细说明。

提前致谢....

How can i add a custom where clause in Views.
I have added argument field for User:uid, my requirement is to filter all the results except for particular user? something like uid != 1.

Can this be achieved using the PHP code option(Action to take if argument is not present >> Default argument type) of views..in either case please elaborate.

Thanks in Advance....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

厌味 2024-11-22 07:29:25

在您的视图中添加“过滤器”以从结果中排除用户 #1。

Add a 'Filter' to your view to exclude User #1 from the results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文