G
grantus
Guest
I'm doing a callback in the member_view template:
Code:
I have my method:
Code:
Everything works except that the only issue is I need the user_id to be passed to getHtml. Is that possible?
Code:
<xf:callback class="\\ILL\\Controller\\Store" method="getHtml"></xf:callback>
I have my method:
Code:
Everything works except that the only issue is I need the user_id to be passed to getHtml. Is that possible?