Created
August 27, 2011 07:37
-
-
Save monsat/1175106 to your computer and use it in GitHub Desktop.
no cache by CakePHP1.x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<cake:noncache> | |
<?php echo $this->Session->read('Auth.User.username'); ?> | |
</cake:nocache> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment