PHP 클래스 Pheasant\Query\TableCriteria

상속: extends Criteria
파일 보기 프로젝트 열기: lox/pheasant

공개 메소드들

메소드 설명
__construct ( $table, $where, $params = [] )
count ( )
delete ( )
replace ( $data )
update ( $data )
upsert ( $data )

메소드 상세

__construct() 공개 메소드

public __construct ( $table, $where, $params = [] )

count() 공개 메소드

public count ( )

delete() 공개 메소드

public delete ( )

replace() 공개 메소드

public replace ( $data )

update() 공개 메소드

public update ( $data )

upsert() 공개 메소드

public upsert ( $data )