Joomla 3.x API: http://ift.tt/1lsGt4N
getParams(): http://ift.tt/1s7GAa2
Eski J1.5:
via Joomla! http://ift.tt/1sDqyXn
getParams(): http://ift.tt/1s7GAa2
Eski J1.5:
Code:
$snippet = $params->get('cboxSnippet');
$key = $params->get('cboxKey');[/url]
Yeni J3.x kodu
[code]
$snippet = $this->getParams('cboxSnippet');
$key = $this->getParams('cboxKey');[/code]
Yeni php versiyon "&" yok. (strict standards)
[code]$user =JFactory::getUser();
$key = $params->get('cboxKey');[/url]
Yeni J3.x kodu
[code]
$snippet = $this->getParams('cboxSnippet');
$key = $this->getParams('cboxKey');[/code]
Yeni php versiyon "&" yok. (strict standards)
[code]$user =JFactory::getUser();
Statistics: Posted by Per Yngve Berg — Sun Oct 12, 2014 7:47 pm
via Joomla! http://ift.tt/1sDqyXn
No comments:
Post a Comment