From 7be4355001156faed62c71492234cba2c5bf96b4 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 10 Mar 2011 22:10:05 +0100 Subject: Benutzervewaltung, Gruppenverwaltung, Membershipverwaltung und noch leerer RoleController --- application/Functions.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 application/Functions.php (limited to 'application/Functions.php') diff --git a/application/Functions.php b/application/Functions.php new file mode 100644 index 0000000..3ffc39b --- /dev/null +++ b/application/Functions.php @@ -0,0 +1,32 @@ +1){ + $out = ''; + ob_start(); + echo "
"; + for($a=0;$a<$numargs;$a++) + print_a(func_get_arg($a)); + echo "
"; + $out .= ob_get_contents(); + ob_end_clean(); + echo $out; + }else{ + echo "
";
+		$a = func_get_arg(0);
+		$a = (is_bool($a))?(($a)?'true':'false'):$a;
+		print_r($a);
+		echo "
"; + } +} \ No newline at end of file -- cgit v1.2.3-55-g7522