I would like to return 4-5 variables, Title, Description, Content, and Author, more, for my code for testing I have this.
But it isnt working. Please Help Thanks.
[php] return $this->Title = ‘Title’;
return $this->Author = ‘author’;
return $this->Keywords =‘test’;
return $this->Description = ‘description’;
return $this->Content = $page;
[/php]