Keşfet

Best practices in using XF::finder

XFdestek

Kurucu Üye
Katılım
25 May 2014
Mesajlar
3,198
Tepkime puanı
284
Konum
Türkiye
Web sitesi
fivetu.xyz
This is a bit of a generic ask, but my add-on stores associated records to a user by user_id. When surfacing up information, is it proper to use $finder = \XF::finder('XF:User'); $user = $finder->where('user_id', 1)->fetchOne(); within a foreach loop to get the associated user's information?

If each finder for each user translates to a select * from xf_user table, that seems like a really expensive design / will hammer the database...

Lütfen içeriği görebilmek için Giriş yap yada Kayıt ol
 

Konu görüntüleyen kullanıcılar

Benzer konular

Geri
Üst Alt