layout = false; if (!Configure::read('debug')): throw new NotFoundException('Please replace src/Template/Pages/home.ctp with your own version.'); endif; $cakeDescription = 'Maps Demo - showing what we can do to google maps'; ?> Html->charset() ?> <?= $cakeDescription ?> Html->meta('icon') ?> Html->css('base.css') ?> Html->css('cake.css') ?> Html->css('home.css') ?>
Html->image('/img/charlottesville_minimap.png') ?>

Maps are not the territory.

Based on CakePHP Red Velvet.

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