Example #1
0
 public static function init($table = 'prop', $appid = '1', $field = 'node')
 {
     self::$table = $table;
     self::$field = $field;
     self::$appid = $appid;
     return self;
 }