Show in debugger the count of server methods found
authorgggeek <giunta.gaetano@gmail.com>
Fri, 15 May 2015 00:52:23 +0000 (01:52 +0100)
committergggeek <giunta.gaetano@gmail.com>
Fri, 15 May 2015 00:52:23 +0000 (01:52 +0100)
debugger/action.php

index 3e22c69..05cc99a 100644 (file)
@@ -286,7 +286,7 @@ if ($action) {
                     if ($v->kindOf() == "array") {
                         $max = $v->arraysize();
                         echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
-                        echo "<thead>\n<tr><th>Method</th><th>Description</th></tr>\n</thead>\n<tbody>\n";
+                        echo "<thead>\n<tr><th>Method ($max)</th><th>Description</th></tr>\n</thead>\n<tbody>\n";
                         for ($i = 0; $i < $max; $i++) {
                             $rec = $v->arraymem($i);
                             if ($i % 2) {