On Sat, 13 Dec 2003, Chris Snyder wrote:
> An in-code example looks something like:
>
> $editcontrols = '';
> if ( $auth->hasRole('calendar::editor') ) {
> $editcontrols = "<a href=\"$this->url?action=edit\">edit
> $this->type</a>";
> }
One (stupid?) question. Of what class is $this an instance?