Dannymh
Active member
I am unsure if this is possible or not, but with a call like
is it possible to build out the same as with a finder so for instance for it to look like
or should I just use a Finder here. This is just for cron task that I have going on.
PHP:
em()->find('XF:Thread')
PHP:
em()->find('XF:Thread')
->where('thread_title', '=', 'Whatever')
->order('thread_id', 'ASC')
or should I just use a Finder here. This is just for cron task that I have going on.