I am trying to design the article page of JOOMLA 3.1, but I haven't managed to succeed. How can I achieve this? And how can I get the parameters of an article?
Like, when I have article test I want to do something like this
$this->article->get('title');
I already tried to Google but I can't find any proper information. Is there someone who can explain this to me?