PHP Class Table, spaghettiphp

Show file Open project: spaghettiphp/spaghettiphp Class Usage Examples

Protected Properties

Property Type Description
$cache
$connected
$connection
$model
$primaryKey
$schema
$table

Public Methods

Method Description
__construct ( $connection, $model )
connection ( )
load ( $model )
name ( )
primaryKey ( )
schema ( )

Protected Methods

Method Description
describe ( )

Method Details

__construct() public method

public __construct ( $connection, $model )

connection() public method

public connection ( )

describe() protected method

protected describe ( )

load() public static method

public static load ( $model )

name() public method

public name ( )

primaryKey() public method

public primaryKey ( )

schema() public method

public schema ( )

Property Details

$cache protected static property

protected static $cache

$connected protected property

protected $connected

$connection protected property

protected $connection

$model protected property

protected $model

$primaryKey protected property

protected $primaryKey

$schema protected property

protected $schema

$table protected property

protected $table