Lines Matching defs:dthlp
24 public $dthlp;
31 $this->dthlp = plugin_load('helper', 'data');
32 if (!$this->dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.', -1);
82 if (!$this->dthlp->ready()) return null;
103 $column = $this->dthlp->column($line[0]);
116 $val = trim($this->dthlp->cleanData($val, $column['type']));
123 $data[$column['key']] = $this->dthlp->cleanData($line[1] ?? '', $column['type']);
147 if (!$this->dthlp->ready()) return false;
207 $ret .= $this->dthlp->formatData($data['cols'][$key], $val[$i], $R);
216 $ret .= $this->dthlp->formatData($data['cols'][$key], $val, $R);
230 $sqlite = $this->dthlp->getDB();
315 $this->dthlp->replacePlaceholdersInSQL($data);
320 $sqlite = $this->dthlp->getDB();
449 array_keys($this->dthlp->aliases())
604 array_keys($this->dthlp->aliases())