getter

  1. Improvs

    XF 2.1 Sql query (finder) assistance

    Hello. Is it possible to add extra select sql to xenforo Finder query? For example, I have XF finder query like this: $BuyerFinder = \XF::finder('MK\Store:Buyer') ->with('Thread', true) ->with('User', true) ->where('stage', 'active') ->fetch($limit, $offset); I need to improve...
  2. logixsol

    XF 2.0 Accessed unknown getter 'column_name' on XF:User[3] (src\XF\Mvc\Entity\Entity.php:178)

    I have created a column in xf_user table, Now its showing when i dump the user object in template. But unable to use it. Getting the below attached error. Please also check the template errors.
Top Bottom