processQuery("SELECT * FROM loyalty_attribute ORDER BY loyalty_attribute_id ASC"); } public function findAttributesByMemberId() { return $this->processQuery("SELECT * FROM loyalty_member_view WHERE loyalty_member_id = ?", ["i", $this->memberId]); } }