PHP 클래스 DBEntity, FreeSO

상속: extends Entity
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$selector
$table

공개 메소드들

메소드 설명
create ( ) Create a new entity
init ( $row )
reload ( ) Get latest values
table ( )

보호된 메소드들

메소드 설명
all ( $condition )
first ( $condition ) Gets all records for the given condition *
query ( $qry )

메소드 상세

all() 보호된 정적인 메소드

protected static all ( $condition )

create() 공개 메소드

Create a new entity
public create ( )

first() 보호된 정적인 메소드

Gets all records for the given condition *
protected static first ( $condition )

init() 공개 메소드

public init ( $row )

query() 보호된 정적인 메소드

protected static query ( $qry )

reload() 공개 메소드

Get latest values
public reload ( )

table() 공개 정적인 메소드

public static table ( )

프로퍼티 상세

$selector 공개적으로 정적으로 프로퍼티

public static $selector

$table 공개적으로 정적으로 프로퍼티

public static $table