About Classes.
Hi,
I'm looking at a script that appears to use a class before it is
define.Example - $SESSION->lang = assign some value. To find out
what was going on I put "echo isset($SESSION);" before and after
the statement. Sure enought, the statement before return nothing
and the statement after return 1. The book leads one to beleave
that a class has to be define before you can use it.Can someone
explain?
THANKS.
Wayne
:)
|