过滤记录的过滤器的另一个名称是什么?
我正在开发一个小型库,使网站用户能够搜索和过滤显示的记录。我目前正在设计 API,但我需要为最终用户使用的此类过滤器提供一个好的替代名称。
我们的库集合大致符合现有的 Zend 命名约定。也就是说,
命名空间用于可附加到表单元素以过滤变量内容的过滤器类型。因此,我需要为用于过滤记录或对象集合的过滤器类型提供另一个名称。
I am working on a small library that enables users of a website to search and filter the records that are displayed. I'm currently designing the API but I need a good alternative name for these sort of filters that end-users use.
Our collection of libraries roughly conforms to the existing Zend naming conventions. That is, <Library>/Filter
namespace is used for the kind of filters that you can attach to form elements to filter the contents of variables. So, I need another name for the kind of filters that you use to filter records or collections of objects.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谓词
Predicate