PHP 클래스 RTMediaCommentModel, rtMedia

저자: Udit Desai ([email protected])
파일 보기 프로젝트 열기: rtCamp/rtMedia

공개 메소드들

메소드 설명
__construct ( ) : void Constructor
delete ( integer $id ) Delete comments by id.
get ( string $where ) Get comments.
get_by_id ( integer $id ) Get comments by id.
insert ( array $attr ) Insert attr
update ( array $attr ) Update comment.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( ) : void
리턴 void

delete() 공개 메소드

Delete comments by id.
public delete ( integer $id )
$id integer

get() 공개 메소드

Get comments.
public get ( string $where )
$where string

get_by_id() 공개 메소드

Get comments by id.
public get_by_id ( integer $id )
$id integer

insert() 공개 메소드

Insert attr
public insert ( array $attr )
$attr array

update() 공개 메소드

Update comment.
public update ( array $attr )
$attr array