Skip to content

Instantly share code, notes, and snippets.

@alexsoin
Created February 22, 2018 08:44
Show Gist options
  • Save alexsoin/cdba85bdd831684b577cbdd5f00c999c to your computer and use it in GitHub Desktop.
Save alexsoin/cdba85bdd831684b577cbdd5f00c999c to your computer and use it in GitHub Desktop.
Устанавливаем ТВ параметру mytv значение new у ресурса с id = 15
<?php
// Устанавливаем ТВ параметру mytv значение new у ресурса с id = 15
if ($resource = $modx->getObject('modResource', 15)) {
$resource->setTVValue('mytv', 'new');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment