PHP Класс RTMediaCommentModel, rtMedia

Автор: Udit Desai ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
__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