PHP Class DBEntity, FreeSO

Inheritance: extends Entity
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
$selector
$table

Méthodes publiques

Méthode Description
create ( ) Create a new entity
init ( $row )
reload ( ) Get latest values
table ( )

Méthodes protégées

Méthode Description
all ( $condition )
first ( $condition ) Gets all records for the given condition *
query ( $qry )

Method Details

all() protected static méthode

protected static all ( $condition )

create() public méthode

Create a new entity
public create ( )

first() protected static méthode

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

init() public méthode

public init ( $row )

query() protected static méthode

protected static query ( $qry )

reload() public méthode

Get latest values
public reload ( )

table() public static méthode

public static table ( )

Property Details

$selector public_oe static_oe property

public static $selector

$table public_oe static_oe property

public static $table