Nimay's Blog
Blog By Nimay Dey
Tuesday, 29 May 2012
Caching in Cakephp
Element Caching in Cakephp
Cakephp view can be cached if set to true (1 day by default but can be set alternate time).
<?php
echo
$this
->
element
(
'elementname'
, array(
'cache'
=>
true
));
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment