PHP Class FrameworkDatabase, Analysis-of-Competing-Hypotheses

Datei anzeigen Open project: Burton/Analysis-of-Competing-Hypotheses Class Usage Examples

Public Properties

Property Type Description
$database_table_name These are other extra variables that don't need to be matched in the DB table.
$insert_fields_to_ignore This is the table that this class interacts with.

Public Methods

Method Description
__construct ( ) These are tables fields that will be IGNORED when inserts happen.
get ( $id )
getAttr ( $value, $kind )
insert ( )
insertNew ( )
populateFromAttribute ( $value, $kind )
populateFromId ( $id )
update ( )

Method Details

__construct() public method

These are tables fields that will be IGNORED when inserts happen.
public __construct ( )

get() public method

public get ( $id )

getAttr() public method

public getAttr ( $value, $kind )

insert() public method

public insert ( )

insertNew() public method

public insertNew ( )

populateFromAttribute() public method

public populateFromAttribute ( $value, $kind )

populateFromId() public method

public populateFromId ( $id )

update() public method

public update ( )

Property Details

$database_table_name public_oe property

These are other extra variables that don't need to be matched in the DB table.
public $database_table_name

$insert_fields_to_ignore public_oe property

This is the table that this class interacts with.
public $insert_fields_to_ignore