PHP Class Microweber\Providers\Database\Crud

ファイルを表示 Open project: microweber/microweber Class Usage Examples

Public Properties

Property Type Description
$app Microweber\Application
$table

Public Methods

Method Description
__construct ( $app = null )
delete ( $data )
get ( $params )
get_by_id ( $id, $field_name = 'id' )
has_permission ( $params )
save ( $params )
table ( )

Method Details

__construct() public method

public __construct ( $app = null )

delete() public method

public delete ( $data )

get() public method

public get ( $params )

get_by_id() public method

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

has_permission() public method

public has_permission ( $params )

save() public method

public save ( $params )

table() public method

public table ( )

Property Details

$app public_oe property

public Application,Microweber $app
return Microweber\Application

$table public_oe property

public $table