Difference between #4 and #5 of
How to make use of a fragment cache

Revision #5 has been created by mocapapa on Mar 24, 2009, 1:08:47 AM with the memo:

changed note
« previous (#4) next (#6) »

Changes

Title unchanged

How to make use of a fragment cache

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

[...]
<?php if($this->beginCache('RecentComments', array('duration'=>60))) { ?>
<?php $this->widget('RecentComments'); ?>
<?php $this->endCache(); } ?>
```

> Note: Please be careful to use the cache, because it increases the performance of the application, but decreases the interactivity.
1 0
2 followers
Viewed: 17 228 times
Version: 1.1
Category: Tutorials
Written by: dalip
Last updated by: wei
Created on: Feb 21, 2009
Last updated: 13 years ago
Update Article

Revisions

View all history