Skip to content

Instantly share code, notes, and snippets.

@we4tech
Created December 18, 2011 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save we4tech/1493355 to your computer and use it in GitHub Desktop.
Save we4tech/1493355 to your computer and use it in GitHub Desktop.
view file with fragment caching turned on
<?php cache_fragment('user_welcoming_message'): ?>
<h4>Hi, <?php echo $this->assignedVariables('user')->getName(); ?></h4>
<?php end_cache_fragment; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment