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

ibond

Users
  • Posts

    1,623
  • Joined

  • Last visited

Technical support

  • Works Day
    Пн
    Вт
    Ср
    Чт
    Пт
    Сб
    Вс
  • Works time
    с 08:00 - 22:00
  • Status
    Работаю

Information

  • Gender
    Мужчина
  • City:
    Киев

Recent Profile Visitors

20,894 profile views

ibond's Achievements

Grand Master

Grand Master (14/14)

  • Dedicated Rare
  • First Post
  • Collaborator
  • Posting Machine Rare
  • Conversation Starter

Recent Badges

410

Reputation

  1. Я вас на заметку оставлю, скоро нужны будут двери
  2. много вопросов, но я пока чуть не в теме, другие темы в приоритете
  3. не работает: $filter_data = array( 'filter_category_id' => $category_id, 'filter_filter' => $filter, 'sort' => $sort, 'order' => $order, 'start' => ($page - 1) * $limit, 'limit' => $limit ); //$product_total = $this->model_catalog_product->getTotalProducts($filter_data); /*$results = $this->model_catalog_product->getProducts($filter_data);*//*start FilterVier*/foreach($this->model_extension_module_filter_vier->getProductsByFilterVier($filter_data) as $k=>$v){${$k}=$v;}/*end FilterVier*/
  4. наверное поняли не так мой dump, имелось ввиду dump таблицы mysql
  5. $connection->real_escape_string? уже в mysqli есть: public function escape($value) { return $this->connection->real_escape_string($value); } у вас в коде должно работать $connection->escape, если бы вы подгружали как $db = new DB(DB_DRIVER, DB_HOSTNAME, DB_USERNAME, DB_PASSWORD, DB_DATABASE, DB_PORT); то было бы $db->escape. Все текстовые поля так надо обернуть (минус плюс и т.д.). И должна быть ошибка, добавьте в скрипт вывод ошибок: ini_set("display_errors",1); error_reporting(E_ALL);
  6. Что именно? Покажите новый код, ошибки? Дайте дамп пустой таблицы.
  7. '$review_id', '$productId',????? '" . (int)$review_id . "', '" . (int)$productId . "', может так лучше будет? a для текста: $connection->escape($value['name'])
×
×
  • 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.