Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Camspiers
StatisticalClassifier
DataSource
PDOQuery
PHP Class Camspiers\StatisticalClassifier\DataSource\PDOQuery
Author:
Cam Spiers (
[email protected]
)
Inheritance:
extends
DataArray
Afficher le fichier
Open project: camspiers/statistical-classifier
Méthodes publiques
Méthode
Description
__construct
(
string
$category
,
PDO
$pdo
,
string
$query
,
string
$documentColumn
)
Creates the data source with the query details
read
( )
Method Details
__construct()
public
méthode
Creates the data source with the query details
public
__construct
(
string
$category
,
PDO
$pdo
,
string
$query
,
string
$documentColumn
)
$category
string
Category of the query
$pdo
PDO
The PDO connection object
$query
string
The query to run
$documentColumn
string
The column of the document
read()
public
méthode
public
read
( )