Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

criaton

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

Everything posted by criaton

  1. public function getFiles($start = 0, $limit = 20, $customer_group_id, $group_id) { if ($start < 0) { $start = 0; } $query = $this->db->query("SELECT o.download_id, od.date_added, od.download_id, o.name, o.order_id, od.filename, od.maining, od.remaining, od.mask, od.status, od.download_group_id FROM " . DB_PREFIX . "download od LEFT JOIN `" . DB_PREFIX . "download_description` o ON (od.download_id = o.download_id) WHERE o.download_status_id = '" . $customer_group_id . "' AND od.status = '" . $customer_group_id . "' AND od.download_group_id = '" . $group_id . "' ORDER BY o.order_id ASC LIMIT " . (int)$start . "," . (int)$limit); return $query->rows; } Данный цикл проходит всего один раз, как сделать, чтобы он проходил по циклу while подставляя каждый раз разные значения в $group_id
  2. 1.5.3 создать ветку категорий с подкатериями а затем выбрать корневую катеририю и чтобы все вместа с подкатеориями создалось копией
  3. Создать копирование категорий путем копирование всей связанной ветки с подкатегриями в ней сроки и стоимость
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.