Documentation

AbstractGateway
in package
implements GatewayInterface

Db abstract gateway class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
5.3.0

Interfaces, Classes, Traits and Enums

GatewayInterface
Db gateway interface

Table of Contents

$table  : string
Table
__construct()  : mixed
Constructor
getTable()  : string
Get the table name
getTableInfo()  : array<string|int, mixed>
Get table info

Properties

Methods

__construct()

Constructor

public __construct(string $table) : mixed

Instantiate the AbstractGateway object.

Parameters
$table : string
Return values
mixed

getTable()

Get the table name

public getTable() : string
Return values
string

Search results