XenConcept
Well-known member
Je travail sur un widget.
I want to retrieve the data from the table "xf_session_activity". J'ai réussis à le faire.
My problem is when I get the data it shows me that I'm in the Controller Forum but I'm in the controller Thread.
Widget code :
And when I update the page it works.
I want to retrieve the data from the table "xf_session_activity". J'ai réussis à le faire.
My problem is when I get the data it shows me that I'm in the Controller Forum but I'm in the controller Thread.
Widget code :
PHP:
$finder = \XF::finder('XF:SessionActivity');
\XF::dump($finder->fetch());
And when I update the page it works.