Skip to content

Instantly share code, notes, and snippets.

@monsat
Created February 28, 2012 06:48
Show Gist options
  • Save monsat/1930255 to your computer and use it in GitHub Desktop.
Save monsat/1930255 to your computer and use it in GitHub Desktop.
To set title_for_layout
<?php
# AnyController.php or AnyView.ctp
$this->set('title_for_layout', 'webページのタイトル');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment