inCli 属性 protected $inCli;
type 属性 protected $type;
... 清空现有索引数据 ... 初始化数据源 ... csv [XSException] /XSDataSource.class.php(376): Can not open input file: '' #0 XSDataSource.class.php(35): XSCsvDataSource->init() #1 XSDataSource.class.php(51): XSDataSource->__construct('csv', NULL) #2 Indexer.php(240): XSDataSource::insta...
...一条完整数据, 若无数据则返回 false 源码: sdk/php/util/XSDataSource.class.php#L65 (显示) final public function getData(){ if ($this->dataPos === null || $this->dataPos === count($this->dataList)) { $this->dataPos = 0; $this->dataList = $this->getDataList(); ...
...数) 包 XS.util 继承关系 class XSCsvDataSource » XSDataSource 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php CSV 数据源 可在文件开头指定字段(必须是有效字段), 否则将默认按照 XS 项目字段顺序填充 Public 属性 ...
...) 包 XS.util 继承关系 class XSJsonDataSource » XSDataSource 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php JSON 数据源 要求以 \n (换行符) 分割, 每行为一条完整的 json 数据 Public 属性 隐去继承来的属性 ...
发完整的语句,看上去是SQL出错
这个是个怎么回事啊 有没有人帮忙回答一下啊
...@localhost/test [XSException] [color=#FF0000]../data/web/sftest/php/util/XSDataSource.class.php(826): SQLSTATE[HY000] [2002] No such file or directory[/color] #0 XSDataSource.class.php(180): XSDatabasePDO->connect(Array) #1 XSDataSource.class.php(35): XSDatabaseDataSource->init() #2 XSDataSourc...
... 包 XS.util 继承关系 class XSDatabaseDataSource » XSDataSource 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php SQL 数据库源 Protected 属性 隐去继承来的属性 名称类型描述定义于 arg XSDataSource ...