Exemplo n.º 1
0
 public static function ExtractBEISPIEL($data)
 {
     $res = DBJson::getResultObjectsByAttributes($data, BEISPIEL::getDBPrimaryKey(), BEISPIEL::getDBConvert());
     return $res;
 }
Exemplo n.º 2
0
 public static function init($console, &$data, &$fail, &$errno, &$error)
 {
     echo '';
     self::$initialized = true;
 }