Skip to content

Instantly share code, notes, and snippets.

@ClemensSahs
Created October 19, 2012 15:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ClemensSahs/3918813 to your computer and use it in GitHub Desktop.
Use Prefix or postfix (simple)
<?php
$this->headTitle()->setPrefix('my view tilte');
echo $this->headTitle();
<?php
$this->headTitle('my view tilte');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment