Documentation

AppView extends View
in package

Application View

Your application's default view class

Tags
link
https://book.cakephp.org/5/en/views.html#the-app-view

Table of Contents

Methods

initialize()  : void
Initialization hook method.

Methods

initialize()

Initialization hook method.

public initialize() : void

Use this method to add common initialization code like adding helpers.

e.g. $this->addHelper('Html');


        
On this page

Search results