From 77d259860c052a0c01652ee35c234e60554cf4f0 Mon Sep 17 00:00:00 2001 From: phpnut Date: Thu, 23 Jun 2005 00:27:37 +0000 Subject: [PATCH] used unset to remove $this->db from the printed object git-svn-id: https://svn.cakephp.org/repo/trunk/cake@272 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/views/errors/missing_action.thtml | 5 ++++- app/views/errors/missing_controller.thtml | 5 ++++- app/views/errors/missing_view.thtml | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app/views/errors/missing_action.thtml b/app/views/errors/missing_action.thtml index a17933fa9..0b222c278 100644 --- a/app/views/errors/missing_action.thtml +++ b/app/views/errors/missing_action.thtml @@ -19,6 +19,9 @@ view file, a user-customizable error page for handling invalid action dispatches 1):?>

Controller dump:

-
+db);
+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 c6e9201fa..925f18268 100644 --- a/app/views/errors/missing_controller.thtml +++ b/app/views/errors/missing_controller.thtml @@ -16,6 +16,9 @@ view file, a user-customizable error page for handling invalid controller dispat 1):?>

Controller dump:

-
+db);
+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 8dbb3afb9..42ecd2996 100644 --- a/app/views/errors/missing_view.thtml +++ b/app/views/errors/missing_view.thtml @@ -18,6 +18,9 @@ action params['controller'];?>::params['action'];?> 1):?>

Controller dump:

-
+db);
+print_r($this); 
+?>
 
\ No newline at end of file