Best Answer CB9TOIIIA , 17 January 2016 - 19:24
Шампанское в студию:
<?php $element = $item->getElement('4b120e6e-a0b0-4373-8601-4e36b571da56'); // element id получаем так $linktodisqussiteend = 'b10e17026e364442aef61f1d7d9e2b0e'; $data = $element->data(); // получаем данные echo "<pre>"; print_r($data); echo "</pre>"; $element->bindData(array(array('value' => $linktodisqussiteend))); $this->app->table->item->save($item); ?>
Production variant:
$linktodisqussiteend = '4632b10e17026e364442aef61f1d7d9e2b0e1071'; $item->getElement('4b120e6e-a0b0-4373-8601-4e36b571da56')->bindData(array(array('value' => $linktodisqussiteend))); $this->app->table->item->save($item);Go to the full post