From 54594b2b1f6afc85b693886b76c0919dae52e8aa Mon Sep 17 00:00:00 2001 From: Vitaly Artemev Date: Tue, 12 Jan 2016 14:50:20 +0300 Subject: [PATCH] =?UTF-8?q?Updated=20=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D1=80?= =?UTF-8?q?=D1=8B=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Примеры.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Примеры.md b/Примеры.md index 6c55d99..2b9ab03 100644 --- a/Примеры.md +++ b/Примеры.md @@ -130,6 +130,26 @@ class CategoriesHandler implements HandlerInterface } ``` +#####ExtendedOffersBuilder.php + +```php + +rule->getSQL('categories'); + $handler = $this->rule->getHandler('CategoriesHandler'); + $this->sql = $this->container->db->prepare($query); + + return $this->build($handler); + + } +} +``` + ##Выгрузка заказов #####orders.sql