PDA

View Full Version : More conditionals


General Ray
12-02-2009, 01:11 AM
<font face="courier new">Alright, how exactly does the $Show variable work, and how does it obtain its information?

By the way, does any of the PHP files contain a full list of the conditionals, because I need more than what I can find from others.</font>

Lynne
12-02-2009, 01:23 AM
It's just a variable like any other variable - nothing special about it except the values are usually true/false. If you want to see what defines a particular one, do a search in the directory for it.

General Ray
12-02-2009, 08:36 PM
<font face="courier new">So, it's nothing more than a template display of any PHP variable?</font>

Lynne
12-02-2009, 10:34 PM
Yeah, it's just a regular variable named $show.