From 0535607f5ac148109e50d865d3ab476981488863 Mon Sep 17 00:00:00 2001
From: brego
print_r($this); ?>+ \ No newline at end of file diff --git a/app/views/errors/missing_controller.thtml b/app/views/errors/missing_controller.thtml index 85e5ab5b6..c6e9201fa 100644 --- a/app/views/errors/missing_controller.thtml +++ b/app/views/errors/missing_controller.thtml @@ -13,8 +13,9 @@ view file, a user-customizable error page for handling invalid controller dispat Fatal: Unable to load controller =$this->missingController;?> - +1):?>
print_r($this); ?>+ \ No newline at end of file diff --git a/app/views/errors/missing_view.thtml b/app/views/errors/missing_view.thtml index 77cd4e929..8dbb3afb9 100644 --- a/app/views/errors/missing_view.thtml +++ b/app/views/errors/missing_view.thtml @@ -15,8 +15,9 @@ view file, a user-customizable error page for handling missing/invalid views dur action =$this->params['controller'];?>::=$this->params['action'];?> - +1):?>
print_r($this); ?>+ \ No newline at end of file diff --git a/app/views/layouts/default.thtml b/app/views/layouts/default.thtml index 447c447c1..04effc73f 100644 --- a/app/views/layouts/default.thtml +++ b/app/views/layouts/default.thtml @@ -1,16 +1,16 @@ - - - -
Cake is a structure of libraries, classes and run-time infrastructure for PHP programmers. It's also what I use at work. It's based on certain conventions, so you may find it rigid at first. The directory structure is already laid out, and it's different from what most people use. From what I've experienced, a great many PHP programmers start as web- or graphic-designers, i.e. they are not university-educated programmers as many in C++ and Java-land. They invent their own, peculiar ways of solving problems and stick to them. Perhaps that's why so few people use PEAR and PECL libraries – they don't usually re-use their code. And I was one of them. (=$this->linkOut('continued...','http://sputnik.pl/docs/intro')?>)
+Cake is a structure of libraries, classes and run-time infrastructure for PHP programmers. It's also what I use at work. It's based on certain conventions, so you may find it rigid at first. The directory structure is already laid out, and it's different from what most people use. From what I've experienced, a great many PHP programmers start as web- or graphic-designers, i.e. they are not university-educated programmers as many in C++ and Java-land. They invent their own, peculiar ways of solving problems and stick to them. Perhaps that's why so few people use PEAR and PECL libraries – they don't usually re-use their code. And I was one of them. (=$html->linkOut('continued...','http://sputnik.pl/docs/intro')?>)
NEW! =$this->linkOut('My Amazon Wishlish','http://www.amazon.com/gp/registry/registry.html?id=NODP8QT6LFTO')?> for when you'll want to show your appreciation.
+NEW! =$html->linkOut('My Amazon Wishlish','http://www.amazon.com/gp/registry/registry.html?id=NODP8QT6LFTO')?> for when you'll want to show your appreciation.
-=$this->linkOut('Cake PHP Google Group','http://groups-beta.google.com/group/cake-php')?> · =$this->linkOut('Cake Wiki (temporary)','http://cake.bplusf.net/')?> · =$this->linkOut('Cake TRAC (SVN repository, etc.)','https://developers.nextco.com/cake')?>
+=$html->linkOut('Cake PHP Google Group','http://groups-beta.google.com/group/cake-php')?> · =$html->linkOut('Cake Wiki (temporary)','http://cake.bplusf.net/')?> · =$html->linkOut('Cake TRAC (SVN repository, etc.)','https://developers.nextco.com/cake')?>
-See =$this->linkOut('Cake website','http://sputnik.pl/cake')?> for more information.
+See =$html->linkOut('Cake website','http://sputnik.pl/cake')?> for more information.
diff --git a/config/core.php b/config/core.php index 13b629c04..39c881597 100644 --- a/config/core.php +++ b/config/core.php @@ -22,7 +22,7 @@ * - 1: development * - 2: full debug with sql */ -define ('DEBUG', 1); +define ('DEBUG', 0); /** * Compress output CSS (removing comments, whitespace, repeating tags etc.)