Найдено 28 записей
Сортировка: |
... ( 'class' => 'modUserProfile', 'on' => 'modUser.id = Profile.internalKey', ), 'select' => array( 'modUser' => '*', 'Profile' => 'fullname,email ...
... ' => 'msProduct','parent:IN' => $pids,'published' => 1,'deleted' => 0)); $q->select('`msProduct`.`id`'); if ($q->prepare() && $q->stmt ...
... ="null">{{ $t('order.new_address') }}</b-form-select-option> <b-form-select-option v-for="item in addresses ... .id" :value="item.id"> {{ item.full_address }} </b-form-select-option> </b-select> </b-form-group> Если юзер ...
... ;tplOdd=`tpl.Products.category_dark` &select=`{ "msCategory":"*" ,"msProduct":"msProduct.id as product_id, msProduct ... : Limited to 10, offset 0 0.0008841: SQL prepared "SELECT SQL_CALC_FOUND_ROWS `msCategory`.`id`, `msCategory`.`type`, `msCategory ...
... `active` = '1' and ( `category_id` = '1' or `category_id` in ('11', '12', '13', '14', '10', '15') or exists ( SELECT * FROM `app_product_categories` WHERE `app_products`.`id` = `app_product_categories ...
... , 'where' => $modx->toJSON($where), 'select' => $modx->toJSON($select), 'sortby' => $sortby, 'sortdir' => $sortdir ...
... " sort="id" <!-- метод добавления выбранного в форму --> @select="onSelectAddress" > <!-- шаблон оформления --> <template #default ...
... ())->getDatabaseManager()->getPdo(); $stmt = $pdo->query( "SELECT `r`.*, `d`.*, GROUP_CONCAT(`c`.`category_id` SEPARATOR ',') AS `categories`, `ln`.`pagetitle ...
... `app_product_categories`.`category_id` = `app_categories`.`id` and exists ( SELECT * FROM `app_category_translations` WHERE `app_categories`.`id` = `app_category_translations ...
... с присоединением их профилей $stmt = $pdo->query( "SELECT `user`.*, `profile`.* FROM `modx_users` `user ... :label="$t('models.user.gender')"> <b-form-select v-model="record.gender" :options="genderOptions ...