Pman/Roo.php
authorChris <chris@roojs.com>
Thu, 17 Jan 2013 07:21:18 +0000 (15:21 +0800)
committerChris <chris@roojs.com>
Thu, 17 Jan 2013 07:21:18 +0000 (15:21 +0800)
Pman/Roo.php

index 6daed5f..62c2958 100644 (file)
@@ -1350,11 +1350,11 @@ class Pman_Roo extends Pman
         $q_filtered = array();
         
         $keys = $x->keys();
-        
+         var_dump($keys);exit;
         foreach($q as $key=>$val) {
             
             if (isset($keys[$key])) {
-                var_dump($key);exit;
+               
                 $x->$key  = $val;
             }