Стратегии обучения
Уроки
Технологии
Участники
Проекты
Топики
Блоги
О проекте
'TemplateVarResources.value:NOT LIKE' => '%valuetest%'
<?php $q = $modx->newQuery('modResource'); $q->where(array( "pagetitle:not like" => 'sdf', )); $q->prepare(); print $q->toSQL();