[quote='boxshadow' pid='4562' dateline='1377162839'] [quote='czhlxd' pid='4544' dateline='1377085362'] [quote='boxshadow' pid='4543' dateline='1377085275'] [quote='hightman' pid='4539' dateline='1377057605'] 没数据吧 [/quote] 大大,请教一个问题 我在php中如何引用XS.php这...
...了) 2、numeric数据乱码,但是排序正常,Quest.php查询也显示正,就是页面显示时乱码 以上问题要是numeric正常应该都会解决了. 不知道有没有跟我同样的问题??? 纠结了两天的问题 感谢hightman老大热心指导, 现在的解...
[quote='czhlxd' pid='4564' dateline='1377175842'] [quote='boxshadow' pid='4562' dateline='1377162839'] [quote='czhlxd' pid='4544' dateline='1377085362'] [quote='boxshadow' pid='4543' dateline='1377085275'] [quote='hightman' pid='4539' dateline='1377057605'] 没数据吧 [/quote] 大大,...
... 要加载的项目配置文件 源码: sdk/php/lib/XS.class.php#L284 (显示) public function __construct($file){ if (strlen($file) < 255 && !is_file($file)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { $appRoot = defined('XS_APP_ROOT') ? XS_APP_ROO...
...列表 (此处无用) 源码: sdk/php/lib/XSDocument.class.php#L108 (显示) public function __call($name, $args){ if ($this->_meta !== null) { $name = strtolower($name); if (isset($this->_meta[$name])) { return $this->_meta[$name]; } } throw new XSExcep...
... public void close() 源码: sdk/php/util/XSDataSource.class.php#L433 (显示) abstract public function close(); 关闭数据库连接 connect() 方法 abstract public void connect(array $param) $param array 连接参数, 采用 parse_url 解析, 可能包含: scheme,user,...
[quote='llkk0914' pid='4262' dateline='1371959040'] 你调换服务器了, 是不是之前的搜索记录没有拿过来, 搜索建议应该是根据搜索的log来的吧 [/quote] 难道真的是吗?我竟然把原来数据库上的传到另外一个服务器上,运行成功了,晕! 谢...
...路径 $arg 源码: sdk/php/util/XSDataSource.class.php#L30 (显示) public function __construct($type, $arg){ $this->type = $type; $this->arg = $arg; $this->inCli = php_sapi_name() === 'cli'; $this->init();} 构造函数 deinit() 方法 protected void deinit...
...lic void __toString() 源码: sdk/php/lib/XSFieldScheme.class.php#L33 (显示) public function __toString(){ $str = ''; foreach ($this->_fields as $field) { $str .= $field->toConfig() . "\n"; } return $str;} 将对象转换为配置文件字符串 addField() 方法 ...
...需要捆绑的 xs 对象 源码: sdk/php/lib/XSServer.class.php#L143 (显示) public function __construct($conn = null, $xs = null){ $this->xs = $xs; if ($conn !== null) { $this->open($conn); }} 构造函数, 打开连接 __destruct() 方法 public void __destruct...