PHP 클래스 FrameworkDatabase, Analysis-of-Competing-Hypotheses

파일 보기 프로젝트 열기: Burton/Analysis-of-Competing-Hypotheses 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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.

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

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

get() 공개 메소드

public get ( $id )

getAttr() 공개 메소드

public getAttr ( $value, $kind )

insert() 공개 메소드

public insert ( )

insertNew() 공개 메소드

public insertNew ( )

populateFromAttribute() 공개 메소드

public populateFromAttribute ( $value, $kind )

populateFromId() 공개 메소드

public populateFromId ( $id )

update() 공개 메소드

public update ( )

프로퍼티 상세

$database_table_name 공개적으로 프로퍼티

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

$insert_fields_to_ignore 공개적으로 프로퍼티

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