API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JCacheView::_makeId | ( | &$ | view, |
$ | method | ||
) |
Generate a view cache id
private
object | $view | The view object to cache output for |
string | $method | The method name to cache for the view object |
Références JRequest::getURI().
JCacheView::get | ( | &$ | view, |
$ | method, | ||
$ | id = false |
||
) |
Get the cached view data
public
object | $view | The view object to cache output for |
string | $method | The method name of the view method to cache output for |
string | $group | The cache data group |
string | $id | The cache data id |
Références $data, $document, $mainframe, $name, et JFactory::getDocument().