X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fshared_calendar%2Fsrc%2FTemplate%2FPages%2Fhome.ctp;fp=production%2Fexample_apps%2Fshared_calendar%2Fsrc%2FTemplate%2FPages%2Fhome.ctp;h=2bb441ac4447f0e1324dc28e2075bccccdeb0d3c;hb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;hp=0000000000000000000000000000000000000000;hpb=21f30bb859e6c15393e23ac0e5ef417b82f628a5;p=feisty_meow.git diff --git a/production/example_apps/shared_calendar/src/Template/Pages/home.ctp b/production/example_apps/shared_calendar/src/Template/Pages/home.ctp new file mode 100644 index 00000000..2bb441ac --- /dev/null +++ b/production/example_apps/shared_calendar/src/Template/Pages/home.ctp @@ -0,0 +1,342 @@ +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

+ +
+
+ + +