PHP 클래스 Microweber\Providers\Database\Crud

파일 보기 프로젝트 열기: microweber/microweber 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$app Microweber\Application
$table

공개 메소드들

메소드 설명
__construct ( $app = null )
delete ( $data )
get ( $params )
get_by_id ( $id, $field_name = 'id' )
has_permission ( $params )
save ( $params )
table ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $app = null )

delete() 공개 메소드

public delete ( $data )

get() 공개 메소드

public get ( $params )

get_by_id() 공개 메소드

public get_by_id ( $id, $field_name = 'id' )

has_permission() 공개 메소드

public has_permission ( $params )

save() 공개 메소드

public save ( $params )

table() 공개 메소드

public table ( )

프로퍼티 상세

$app 공개적으로 프로퍼티

public Application,Microweber $app
리턴 Microweber\Application

$table 공개적으로 프로퍼티

public $table