, , docs: http://docs.joomla.org/Category:Development , Joomla! Framework LOT .
, display() , . , , HTTP- view . view , . - display() , view, , , parent::display(). , mylist:
function display()
{
$view = JRequest::getVar('view', '');
if ($view == '') {
JRequest::setVar('view', 'mylist');
}
parent::display();
}
, . $this->get(). , getPreferences(), $this->get('preferences') .