@variable
am 28.12.2006 06:27:48 von powellggI'm examining someone else's code and can't seem to find an answer on
the Internet regarding a parameter he's using
@useraccount["membership"]. What is the @ symbol for?
I'm examining someone else's code and can't seem to find an answer on
the Internet regarding a parameter he's using
@useraccount["membership"]. What is the @ symbol for?
I think I finally found it. Is it simply to suppress error messages?
Is that the only use for the @ symbol in front of all variables?
powellgg@masters.edu wrote:
> I'm examining someone else's code and can't seem to find an answer on
> the Internet regarding a parameter he's using
> @useraccount["membership"]. What is the @ symbol for?
I think I finally found it. Is it simply to suppress error messages?
Is that the only use for the @ symbol in front of all variables?
powellgg@masters.edu wrote:
> I'm examining someone else's code and can't seem to find an answer on
> the Internet regarding a parameter he's using
> @useraccount["membership"]. What is the @ symbol for?
I think I finally found it. Is it simply to suppress error messages?
Is that the only use for the @ symbol in front of all variables?
powellgg@masters.edu wrote:
> I'm examining someone else's code and can't seem to find an answer on
> the Internet regarding a parameter he's using
> @useraccount["membership"]. What is the @ symbol for?
powellgg@masters.edu wrote:
> I think I finally found it. Is it simply to suppress error messages?
> Is that the only use for the @ symbol in front of all variables?
>
>
> powellgg@masters.edu wrote:
>> I'm examining someone else's code and can't seem to find an answer on
>> the Internet regarding a parameter he's using
>> @useraccount["membership"]. What is the @ symbol for?
>
If used in PHP part, while it's a sql-variable if used in the SQL part.
--
//Aho