X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Bjs.php;fp=Bjs.php;h=d31377985bf23c4fda725ece86d42e2834fff7b1;hp=576cf4456a525852d629a0eb33fcb630958121b3;hb=ecc6be02109db3ef5dfe25bf5a0cfbf4e63651ca;hpb=20bdfcbe98c56e08f9323fcdb5abd138b5332e17 diff --git a/Bjs.php b/Bjs.php index 576cf445..d3137798 100644 --- a/Bjs.php +++ b/Bjs.php @@ -10,7 +10,7 @@ class Pman_Core_Bjs { var $json; var $fields = array(); - + var $cols = array(); function __construct($file) { @@ -67,6 +67,10 @@ class Pman_Core_Bjs { } } - + function iterateColumns($ar) + { + foreach($ar as $o) { + + }