The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Does calling dovars() repeatedly generate queries for each call, or only a query for the first one?
|
|
#2
|
||||
|
||||
|
I guess only a query for the first call
|
|
#3
|
|||
|
|||
|
Good
|
|
#4
|
||||
|
||||
|
you could have seen that yourself:
PHP Code:
$vars is declared static
|
|
#5
|
|||
|
|||
|
I know but I'm never sure on how vB's cache systems work
|
|
#6
|
||||
|
||||
|
*ggg*
confusion is always good, that's the fun we have on working with vb
|
|
#7
|
||||
|
||||
|
Quote:
![]() Quote:
|
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
||||
|
||||
|
i think you are right friend logician, but from a logical point of view, why should the use a static var, if it would always produce a query
![]() @Mystis: thanx
|
|
#10
|
||||
|
||||
|
Quote:
|
![]() |
|
|