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.
我对PodioItem::filter()方法有疑问。如何仅按示例过滤Manager字段中等于的项目Airton?
PodioItem::filter()
Manager
Airton
$attributes = array( 'filters'=>array($manger_field_id=>'Airton') ); $filtered_values=PodioItem::filter( $app_id, $attributes, $options);
这$manger_field_id是经理字段的ID。请注意,如果经理字段是参考字段,那么您应该在值部分提供项目 ID。
$manger_field_id