VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Otto0815 on May 02, 2012, 16:05:39 PM

Title: Declaration of "$this" ??
Post by: Otto0815 on May 02, 2012, 16:05:39 PM
Hi,

is there any place where i can find infomation about the different variables??

Most templates are using "$this"; but how can i get the meaning?
Title: Re: Declaration of "$this" ??
Post by: Milbo on May 03, 2012, 13:08:28 PM
$this just means the actual context. In a template it is the view, when you want to know, what is in this, use vmdebug('my this',$this);