From 05a2b26d9038752a40348a3f226e44710833c49b Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 2 Jul 2011 17:02:07 -0700 Subject: pull in dev branch changes not pulled: swiftmailer, gzip --- table.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 table.php (limited to 'table.php') diff --git a/table.php b/table.php new file mode 100644 index 0000000..fd82c8b --- /dev/null +++ b/table.php @@ -0,0 +1,27 @@ +\n'; + echo ''; + foreach ($headers as $k => $v) + { + echo "$v" + } + echo "\n" + + + foreach ($data as $item) + { + echo '' + foreach($header as $key => $value) + { + echo "$data->$key\n" + } + echo "\n" + } + echo "" +} +?> \ No newline at end of file -- cgit v1.2.3