PHP Class Reports, rartracker

Inheritance: extends CI_Model
Exibir arquivo Open project: swetorrentking/rartracker Class Usage Examples

Public Methods

Method Description
__construct ( $db, $user = null, $torrent = null, $subtitles = null, $requests = null, $forum = null, $mailbox = null, $comments = null, $log = null )
create ( $postdata )
delete ( $id, $postdata = null )
get ( $id )
query ( $postdata )
update ( $id, $postdata )

Method Details

__construct() public method

public __construct ( $db, $user = null, $torrent = null, $subtitles = null, $requests = null, $forum = null, $mailbox = null, $comments = null, $log = null )

create() public method

public create ( $postdata )

delete() public method

public delete ( $id, $postdata = null )

get() public method

public get ( $id )

query() public method

public query ( $postdata )

update() public method

public update ( $id, $postdata )