addCondition("plan_id IN (". implode(',', $planIds) .")"); $result = getAttributes($this->findAll($criteria)); } return $result; } }