Advertisement
Guest User

Untitled

a guest
Aug 15th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. if(!$tv = $modx->getObject('modTemplateVarResource', array('tmplvarid'=> $tvid, 'contentid'=> $id_product))) {
  2.     $tv = $modx->newObject('modTemplateVarResource', array('tmplvarid'=> $tvid, 'contentid'=> $id_product, 'value' => $params));
  3. }
  4.  
  5. if ($save) {
  6.     $tv->save();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement