From 490e76460fd59b5b041ffba7d7d528500f833d01 Mon Sep 17 00:00:00 2001
From: predominant
:
- '{$message}'")?>
+ '{$message}'")?>
:
- " . $action . "", "" . $controller . "");?>
+ ' . $action . '', '' . $controller . '');?>
:
- " . $controller . "::", "" . $action . "()", APP_DIR . DS . "controllers" . DS . Inflector::underscore($controller) . ".php");?>
+ ' . $controller . '::', '' . $action . '()', APP_DIR . DS . 'controllers' . DS . Inflector::underscore($controller) . '.php');?>
:
-
+
:
- %s can not be found or does not exist.", true), $behaviorClass);?>
+ %s can not be found or does not exist.', true), $behaviorClass);?>
:
-
+
:
-
+
:
-
+
:
-
+
:
-
+
:
- " . $component . "Component", "" . $controller . "Controller");?>
+ ' . $component . 'Component', '' . $controller . 'Controller');?>
:
- " . $component . "Component", APP_DIR . DS . "controllers" . DS . "components" . DS . $file);?>
+ ' . $component . 'Component', APP_DIR . DS . 'controllers' . DS . 'components' . DS . $file);?>
:
-
+
:
-
+
:
- " . $component . "Component", APP_DIR . DS . "controllers" . DS . "components" . DS . $file);?>
+ ' . $component . 'Component', APP_DIR . DS . 'controllers' . DS . 'components' . DS . $file);?>
:
-
+
<?php
@@ -48,5 +48,5 @@ class extends AppController {
<?php
@@ -36,5 +36,5 @@ class extends ModelBehavior {
<?php
@@ -36,5 +36,5 @@ class extends ModelBehavior {
<?php
@@ -41,5 +41,5 @@ class Component extends Object {
<?php
@@ -41,5 +41,5 @@ class Component extends Object {
: - +
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/missing_controller.ctp b/cake/libs/view/errors/missing_controller.ctp index bb837a833..9d2fd742a 100644 --- a/cake/libs/view/errors/missing_controller.ctp +++ b/cake/libs/view/errors/missing_controller.ctp @@ -26,11 +26,11 @@: - " . $controller . "");?> + ' . $controller . '');?>
: - " . $controller . "", APP_DIR . DS . "controllers" . DS . Inflector::underscore($controller) . ".php");?> + ' . $controller . '', APP_DIR . DS . 'controllers' . DS . Inflector::underscore($controller) . '.php');?>
<?php @@ -42,5 +42,5 @@ class extends AppController {
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/missing_helper_class.ctp b/cake/libs/view/errors/missing_helper_class.ctp index 17cb1b2df..042e8a661 100644 --- a/cake/libs/view/errors/missing_helper_class.ctp +++ b/cake/libs/view/errors/missing_helper_class.ctp @@ -26,11 +26,11 @@: - %s can not be found or does not exist.", true), $helperClass);?> + %s can not be found or does not exist.', true), $helperClass);?>
: - +
<?php @@ -41,5 +41,5 @@ class extends AppHelper {
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/missing_helper_file.ctp b/cake/libs/view/errors/missing_helper_file.ctp index 34d6d5dc7..f507204ba 100644 --- a/cake/libs/view/errors/missing_helper_file.ctp +++ b/cake/libs/view/errors/missing_helper_file.ctp @@ -25,11 +25,11 @@: - +
: - +
<?php @@ -40,5 +40,5 @@ class extends AppHelper {
: - +
diff --git a/cake/libs/view/errors/missing_layout.ctp b/cake/libs/view/errors/missing_layout.ctp index d6660624b..bd91d5f55 100644 --- a/cake/libs/view/errors/missing_layout.ctp +++ b/cake/libs/view/errors/missing_layout.ctp @@ -26,13 +26,13 @@: - " . $file . "");?> + ' . $file . '');?>
: - " . $file . "");?> + ' . $file . '');?>
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/missing_model.ctp b/cake/libs/view/errors/missing_model.ctp index 76fd10498..a2ebb9be5 100644 --- a/cake/libs/view/errors/missing_model.ctp +++ b/cake/libs/view/errors/missing_model.ctp @@ -26,11 +26,11 @@: - %s could not be found.", true), $model);?> + %s could not be found.', true), $model);?>
: - " . $model . "", APP_DIR . DS . "models" . DS . Inflector::underscore($model) . ".php");?> + ' . $model . '', APP_DIR . DS . 'models' . DS . Inflector::underscore($model) . '.php');?>
<?php @@ -43,5 +43,5 @@ class extends AppModel {
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/missing_scaffolddb.ctp b/cake/libs/view/errors/missing_scaffolddb.ctp index 1f568dfdf..84d044cb9 100644 --- a/cake/libs/view/errors/missing_scaffolddb.ctp +++ b/cake/libs/view/errors/missing_scaffolddb.ctp @@ -30,9 +30,9 @@: - +
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/missing_table.ctp b/cake/libs/view/errors/missing_table.ctp index 88e3666d0..87a3dbfb6 100644 --- a/cake/libs/view/errors/missing_table.ctp +++ b/cake/libs/view/errors/missing_table.ctp @@ -26,9 +26,9 @@: - " . $table . "", "" . $model . "");?> + ' . $table . '', '' . $model . '');?>
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/missing_view.ctp b/cake/libs/view/errors/missing_view.ctp index 676f69253..93c6c6eec 100644 --- a/cake/libs/view/errors/missing_view.ctp +++ b/cake/libs/view/errors/missing_view.ctp @@ -26,7 +26,7 @@: - " . $controller . "Controller::", "". $action . "()");?> + ' . $controller . 'Controller::', '' . $action . '()');?>
: @@ -34,5 +34,5 @@
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/private_action.ctp b/cake/libs/view/errors/private_action.ctp index 93d857fa0..4bb73134e 100644 --- a/cake/libs/view/errors/private_action.ctp +++ b/cake/libs/view/errors/private_action.ctp @@ -26,9 +26,9 @@: - " . $controller . "::", "" . $action . "()");?> + ' . $controller . '::', '' . $action . '()');?>
: - +
\ No newline at end of file diff --git a/cake/libs/view/errors/scaffold_error.ctp b/cake/libs/view/errors/scaffold_error.ctp index 146aaf438..c1e470d26 100644 --- a/cake/libs/view/errors/scaffold_error.ctp +++ b/cake/libs/view/errors/scaffold_error.ctp @@ -30,7 +30,7 @@: - +
<?php diff --git a/cake/libs/view/layouts/default.ctp b/cake/libs/view/layouts/default.ctp index 8cb1858b9..47db32590 100644 --- a/cake/libs/view/layouts/default.ctp +++ b/cake/libs/view/layouts/default.ctp @@ -53,7 +53,7 @@