Index: /temp/trunk/html/test/kakinaka/script.php
===================================================================
--- /temp/trunk/html/test/kakinaka/script.php	(revision 8392)
+++ /temp/trunk/html/test/kakinaka/script.php	(revision 8392)
@@ -0,0 +1,12 @@
+<?php
+
+require_once("../../require.php");
+
+$objView = new SC_UserView("./templates/");
+
+sfprintr($_POST);
+
+$objView->display("script.tpl")
+
+
+?>
