layout = false; if (! Configure::read ( 'debug' )) : throw new NotFoundException ( 'Please replace src/Template/Pages/home.ctp with your own version.' ); endif; $cakeDescription = 'CakePHP: the rapid development PHP framework'; ?> Html->charset() ?> <?= $cakeDescription ?> Html->meta('icon') ?> Html->css('base.css') ?> Html->css('cake.css') ?> Html->css('home.css') ?>
Html->image('cake.logo.svg') ?>

Welcome to CakePHP Red Velvet. Build fast. Grow solid.

Please be aware that this page will not be shown if you turn off debug mode unless you replace src/Template/Pages/home.ctp with your own version.

Environment

Filesystem


Database

connect (); } catch ( Exception $connectionError ) { $connected = false; $errorMsg = $connectionError->getMessage (); if (method_exists ( $connectionError, 'getAttributes' )) : $attributes = $connectionError->getAttributes (); if (isset ( $errorMsg ['message'] )) : $errorMsg .= '
' . $attributes ['message']; endif; endif; } ?>

DebugKit


Editing this Page

Getting Started

More about Cake

CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.


P

Help and Bug Reports

r

Docs and Downloads

s

Training and Certification