14.09.2018, 12:57
I don't think that you can gain much by replacing grp.find with something simpler. If you need to do grp.find very often then you should cache the data somehow, maybe do a db query to get all objects at once.
grp.exists()
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
grp.exists() - by buuuudzik - 14.09.2018, 12:45
RE: grp.exists() - by admin - 14.09.2018, 12:57
RE: grp.exists() - by buuuudzik - 14.09.2018, 13:23
|