Jean-Baptiste
Well-known member
Hello,
I would like to extend the xf_session_activity table and set a new field value but it doesn't works.
The xf_session_activity system doesn't looks to be built with the EM things.
That doesn't works :
\XF::em()->find('XF:SessionActivity', $visitor['user_id']);
Any ideas to update a field in the XF SESSION ACTIVITY table without using queries ?
Best regards;
I would like to extend the xf_session_activity table and set a new field value but it doesn't works.
The xf_session_activity system doesn't looks to be built with the EM things.
That doesn't works :
\XF::em()->find('XF:SessionActivity', $visitor['user_id']);
Any ideas to update a field in the XF SESSION ACTIVITY table without using queries ?
Best regards;