Logo

fetch()

ops...

Description

Gets the content of a block. What is a block? A block is some in memory stored data, from the View-object of the CakePHP setup.

Usage: fetch($name, $default = '') <?= $this->fetch('title') ?>