Index: branches/dev/data/class/SC_View.php
===================================================================
--- branches/dev/data/class/SC_View.php	(revision 17)
+++ branches/dev/data/class/SC_View.php	(revision 11542)
@@ -121,4 +121,9 @@
 		$this->assignarray($array);
 	}
+	
+	// ¥Ç¥Ð¥Ã¥°
+	function debug($var = true){
+		$this->_smarty->debugging($var);
+	}	
 }
 
