PHP Class RTMediaActivityModel, rtMedia

Inheritance: extends RTDBModel
Afficher le fichier Open project: rtCamp/rtMedia Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public __construct ( )

check() public méthode

public check ( $activity_id = '' )

get() public méthode

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

insert() public méthode

public insert ( $row )

update() public méthode

public update ( $data, $where )