summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorBjörn Geiger2011-07-13 13:13:54 +0200
committerBjörn Geiger2011-07-13 13:13:54 +0200
commit0b3411255e9ec9a8b62f8e535b4e256ecbbdc9b7 (patch)
treed198203940a9f1a16aa5c3a624eb9fb5430a3802 /application/views/scripts
parentminor (diff)
downloadpoolctrl-0b3411255e9ec9a8b62f8e535b4e256ecbbdc9b7.tar.gz
poolctrl-0b3411255e9ec9a8b62f8e535b4e256ecbbdc9b7.tar.xz
poolctrl-0b3411255e9ec9a8b62f8e535b4e256ecbbdc9b7.zip
Fehler korrigiert
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/gearman/index.phtml8
1 files changed, 6 insertions, 2 deletions
diff --git a/application/views/scripts/gearman/index.phtml b/application/views/scripts/gearman/index.phtml
index f36ca79..8371502 100644
--- a/application/views/scripts/gearman/index.phtml
+++ b/application/views/scripts/gearman/index.phtml
@@ -1,3 +1,7 @@
-<?php
-print_r($this->result);
+<?php
+foreach($this->view->results as $result) {
+ echo "<pre>";
+ var_dump(json_decode($result));
+ echo "</pre>";
+}
?> \ No newline at end of file