Jump to content

Featured Replies

Добрый день. Расскажите или поясните...
Вот хотел бы я обновить запись в таблице.
Нашел такой запрос
$this->DB->update( 'rc_reports_index', array( 'num_comments' => intval($_cnt['total']), 'date_updated' => IPS_UNIX_TIME_NOW, 'updated_by' => $this->memberData['member_id'] ), "id=" . $parentId );

 

В принципе все понятно за исключение одного. Что делает массив array( 'num_comments' => intval($_cnt['total']), для чего. Он заместо whtre?
 


Или наоборот.В массиве находятся поля которые необходимо обновить. А после массива where?

 

Хелп  :facepalm:

Link to comment
https://ipbmafia.ru/topic/8348-chto-za-zapros/
Share on other sites


Что делает массив array( 'num_comments' => intval($_cnt['total']), для чего.
В нем Вы перечисляете поля и значения, которые нужно обновить.


Он заместо whtre?
Это что? Where?

Если так, то where идет дальше 

, "id=" . $parentId
Link to comment
https://ipbmafia.ru/topic/8348-chto-za-zapros/?&do=findComment&comment=64990
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.