Dump.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 09:20:55 +0000 (17:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 09:20:55 +0000 (17:20 +0800)
Dump.php

index 34fc09e..9600a12 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -105,8 +105,19 @@ class Pman_Admin_Dump extends Pman {
         $this->generateInsert();
         $this->generateDelete();
         $this->generateShell();
-           
+
+        echo "DELETING";
+        foreach($this->deletes as $tbl => $ar) {
+            echo $table . ' -> ' . count(array_keys($ar) . "Records\n";
+        }
+        echo "DUMPING";
+        foreach($this->dumps $tbl => $ar) {
+            echo $table . ' -> ' . count(array_keys($ar) . "Records\n";
+        }
         echo "GENERATED FILES:";
+        // summary
+        
+        
         print_r($this->out);
         exit;