PHP Class RTMediaActivityModel, rtMedia

Inheritance: extends RTDBModel
Show file Open project: rtCamp/rtMedia Class Usage Examples

Public Methods

Method Description
__construct ( )
check ( $activity_id = '' )
get ( $columns, $offset = false, $per_page = false, $order_by = 'activity_id DESC' )
insert ( $row )
update ( $data, $where )

Method Details

__construct() public method

public __construct ( )

check() public method

public check ( $activity_id = '' )

get() public method

public get ( $columns, $offset = false, $per_page = false, $order_by = 'activity_id DESC' )

insert() public method

public insert ( $row )

update() public method

public update ( $data, $where )