6d0a72b404960e6a8b4403205f20895296b7182c
[Pman.Core] / _translations_ / Bjs.php
1 <?php
2
3 /**
4  * parse BJS files .... 
5  *
6  *
7  */
8
9 class Pman_Core_Bjs {
10     
11     
12     static function formFields($file)
13     {
14         $a = new Pman_Core_Bjs();
15         $json = json_decode(file_get_contents($file));
16     
17         return $a->iterateFields($json->items,$res);
18     }
19     
20     
21     
22 }