PHP 클래스 Polls, rartracker

상속: extends CI_Controller
파일 보기 프로젝트 열기: swetorrentking/rartracker 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $db, $user, $forum = null )
create ( $postdata )
delete ( $id )
getLatest ( )
query ( $limit = 25, $index )
update ( $id, $postdata )
vote ( $pollId, $choise )

비공개 메소드들

메소드 설명
generatePoll ( $poll )

메소드 상세

__construct() 공개 메소드

public __construct ( $db, $user, $forum = null )

create() 공개 메소드

public create ( $postdata )

delete() 공개 메소드

public delete ( $id )

getLatest() 공개 메소드

public getLatest ( )

query() 공개 메소드

public query ( $limit = 25, $index )

update() 공개 메소드

public update ( $id, $postdata )

vote() 공개 메소드

public vote ( $pollId, $choise )