Pman/Roo.php
authorbenny <benny@roojs.com>
Tue, 28 Aug 2018 04:27:20 +0000 (12:27 +0800)
committerbenny <benny@roojs.com>
Tue, 28 Aug 2018 04:27:20 +0000 (12:27 +0800)
Pman/Roo.php

index f630413..12493e7 100644 (file)
@@ -299,7 +299,7 @@ class Pman_Roo extends Pman
             $total+=1;
         }
          
-        $rooar = method_exists($x, 'toRooArray');
+        $rooar = method_exists($x, 'toRooArray');var_dump($rooar); exit;
         $_columnsf = $_columns  ? array_flip($_columns) : false;
         while ($x->fetch()) {
             //print_R($x);exit;