PDA

View Full Version : what is this called in php?


mokujin
01-04-2013, 07:11 PM
Hi
what is this called in php?

($var ? 'true' : 'false')

Thanks

gamaken
01-04-2013, 07:43 PM
ternary logic

mokujin
01-05-2013, 03:58 PM
I have one more question.
What hook should I use for run an extra query for users globally (no guest)
Thank you :D

gamaken
01-05-2013, 10:20 PM
I have one more question.
What hook should I use for run an extra query for users globally (no guest)
Thank you :D

I don't follow you