Raydium Framework

DB
in package

Table of Contents

$conn  : mixed
$dbName  : mixed
$host  : mixed
$password  : mixed
$prefix  : mixed
$table  : mixed
$username  : mixed
__construct()  : mixed
all()  : mixed
find()  : mixed
where()  : mixed
connect()  : PDO|null

Properties

$conn

private mixed $conn

$dbName

private mixed $dbName

$host

private mixed $host

$password

private mixed $password

$prefix

private mixed $prefix

$table

private mixed $table

$username

private mixed $username

Methods

__construct()

public __construct(string $table_name_no_prefix, string $host, string $dbName, string $username, string $password, string $prefix) : mixed
Parameters
$table_name_no_prefix : string
$host : string
$dbName : string
$username : string
$password : string
$prefix : string
Return values
mixed

all()

public all() : mixed
Return values
mixed

find()

public find(mixed $id) : mixed
Parameters
$id : mixed
Return values
mixed

where()

public where(string $column, string $value) : mixed
Parameters
$column : string
$value : string
Tags
psalm-param

'domain' $column

Return values
mixed

connect()

private connect() : PDO|null
Return values
PDO|null

Search results