@variable

@variable

am 28.12.2006 06:27:48 von powellgg

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?

Re: @variable

am 28.12.2006 07:51:12 von powellgg

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?

Re: @variable

am 28.12.2006 07:51:15 von powellgg

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?

Re: @variable

am 28.12.2006 07:51:16 von powellgg

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?

Re: @variable

am 28.12.2006 09:02:47 von Shion

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