From 90cc6f720801b697557d1388228b92972cb589df Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Fri, 21 Dec 2018 16:30:12 +0300 Subject: [PATCH 01/14] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5739d7b..d4e102b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "it-for-free/yii-extensions", + "name": "web-programmer-b-p/yii-extensions", "type": "library", "description": "yii (yii2) addons: classes, components, patches", "keywords": ["yii", "yii2", "addon", "class", "component", "patch", From a0f13a59720ca091d39e5b8445e254edde610096 Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Fri, 21 Dec 2018 18:38:13 +0300 Subject: [PATCH 02/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 7 +++++-- src/Yii2/Module/Image/functions.php | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 src/Yii2/Module/Image/functions.php diff --git a/composer.json b/composer.json index d4e102b..17ab3b9 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,14 @@ "require": { "php": ">=5.3.0", "bower-asset/amcharts3": "*", - "bower-asset/amstock3": "*" + "bower-asset/amstock3": "*", + "it-for-free/rusphp": "*" }, "autoload": { "psr-4": { "ItForFree\\YiiExtensions\\": "src" - } + }, + + "files": ["Yii2/Module/Image/functions.php"] } } diff --git a/src/Yii2/Module/Image/functions.php b/src/Yii2/Module/Image/functions.php new file mode 100644 index 0000000..a03cdcc --- /dev/null +++ b/src/Yii2/Module/Image/functions.php @@ -0,0 +1,19 @@ + Date: Fri, 21 Dec 2018 18:57:20 +0300 Subject: [PATCH 03/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 17ab3b9..094859e 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "web-programmer-b-p/yii-extensions", + "name": "it-for-free/yii-extensions", "type": "library", "description": "yii (yii2) addons: classes, components, patches", "keywords": ["yii", "yii2", "addon", "class", "component", "patch", From bcd17caa43acc0885346a226bf59f5d6d2e3c284 Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Fri, 21 Dec 2018 19:00:41 +0300 Subject: [PATCH 04/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 094859e..17ab3b9 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "it-for-free/yii-extensions", + "name": "web-programmer-b-p/yii-extensions", "type": "library", "description": "yii (yii2) addons: classes, components, patches", "keywords": ["yii", "yii2", "addon", "class", "component", "patch", From 236107a11235f1ba3954ab6e8d91d1f3f8525980 Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Fri, 21 Dec 2018 19:01:31 +0300 Subject: [PATCH 05/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Yii2/Module/Image/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Yii2/Module/Image/functions.php b/src/Yii2/Module/Image/functions.php index a03cdcc..c35d518 100644 --- a/src/Yii2/Module/Image/functions.php +++ b/src/Yii2/Module/Image/functions.php @@ -14,6 +14,6 @@ function imgHandl($src, $format, $options = null) { return Html::img('/image?path=' . $src . '&format=' . $format, $options); - { + } } \ No newline at end of file From cfd422ed4bd18d60fb24c8762f5611028fae32e5 Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Fri, 21 Dec 2018 19:14:20 +0300 Subject: [PATCH 06/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 +--- src/Yii2/Module/Image/functions.php | 36 ++++++++++++++--------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index 17ab3b9..e33d1af 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,6 @@ "autoload": { "psr-4": { "ItForFree\\YiiExtensions\\": "src" - }, - - "files": ["Yii2/Module/Image/functions.php"] + } } } diff --git a/src/Yii2/Module/Image/functions.php b/src/Yii2/Module/Image/functions.php index c35d518..c005e54 100644 --- a/src/Yii2/Module/Image/functions.php +++ b/src/Yii2/Module/Image/functions.php @@ -1,19 +1,19 @@ Date: Fri, 21 Dec 2018 19:17:25 +0300 Subject: [PATCH 07/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 +++- src/Yii2/Module/Image/functions.php | 36 ++++++++++++++--------------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index e33d1af..c1f5e41 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,8 @@ "autoload": { "psr-4": { "ItForFree\\YiiExtensions\\": "src" - } + }, + + "files": ["src/Yii2/Module/Image/functions.php"] } } diff --git a/src/Yii2/Module/Image/functions.php b/src/Yii2/Module/Image/functions.php index c005e54..c35d518 100644 --- a/src/Yii2/Module/Image/functions.php +++ b/src/Yii2/Module/Image/functions.php @@ -1,19 +1,19 @@ Date: Fri, 21 Dec 2018 19:25:09 +0300 Subject: [PATCH 08/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Yii2/Module/Image/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Yii2/Module/Image/functions.php b/src/Yii2/Module/Image/functions.php index c35d518..4eebae2 100644 --- a/src/Yii2/Module/Image/functions.php +++ b/src/Yii2/Module/Image/functions.php @@ -2,7 +2,7 @@ use yii\helpers\Html; -if (!function_exists('imgHandl')) { +if (!function_exists('imgrsc')) { /** * Метод обёртка над img с возможностью обрезки фото на лету @@ -11,7 +11,7 @@ * @param null $options * @return img */ - function imgHandl($src, $format, $options = null) + function imgrsc($src, $format, $options = array()) { return Html::img('/image?path=' . $src . '&format=' . $format, $options); } From 77374910843eabf7a58f7bc986f1d1c5e62e1bc2 Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Fri, 21 Dec 2018 19:45:04 +0300 Subject: [PATCH 09/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- composer.json | 2 +- src/Yii2/Module/Image/README.md | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fb25f2..188da4f 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ composer require it-for-free/yii-extensions:~v0.0.1 ### Модули -* [Модуль обрезки](src/Yii2/Module/README.md) \ No newline at end of file +* [Модуль динамического изменения изображения](src/Yii2/Module/README.md) \ No newline at end of file diff --git a/composer.json b/composer.json index c1f5e41..3fb15b4 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": ">=5.3.0", "bower-asset/amcharts3": "*", "bower-asset/amstock3": "*", - "it-for-free/rusphp": "*" + "it-for-free/rusphp": "v2.0.2" }, "autoload": { "psr-4": { diff --git a/src/Yii2/Module/Image/README.md b/src/Yii2/Module/Image/README.md index 39b12d5..f65ed15 100644 --- a/src/Yii2/Module/Image/README.md +++ b/src/Yii2/Module/Image/README.md @@ -25,6 +25,21 @@ форматов может быть несколько, посмотреть подробную документацию можно посмотреть [здесь](https://github.com/it-for-free/rusphp/blob/master/src/File/Image/README.md). +## Использование обёртки над yii/helpers (Html::img) + +Т.к эта возможность становится доступной после установки модуля достаточно сделать вызов функции. +Функция принимает 2 обязательных параметра и один необязательный. +1. Прараметр путь к изображению смотрите выше. +2. Параметр формат изображения. +3. Параметр это родной параметр options, о нем вы можете узнать из офицальной документации. + +пример: + +```php +echo imgrsc($model->img, '100x100'); +``` + + ## Конфигурирование модуля From c6264e164ff6b0dc10a7cb63b2ed53519ad7888b Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Mon, 24 Dec 2018 13:15:29 +0300 Subject: [PATCH 10/14] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BE=D0=B1=D1=91=D1=80=D1=82=D0=BA=D0=B0=20=D0=BD=D0=B0=20?= =?UTF-8?q?Html::img?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 9 +++------ composer.lock | 19 ------------------- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 composer.lock diff --git a/composer.json b/composer.json index 3fb15b4..5739d7b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "web-programmer-b-p/yii-extensions", + "name": "it-for-free/yii-extensions", "type": "library", "description": "yii (yii2) addons: classes, components, patches", "keywords": ["yii", "yii2", "addon", "class", "component", "patch", @@ -13,14 +13,11 @@ "require": { "php": ">=5.3.0", "bower-asset/amcharts3": "*", - "bower-asset/amstock3": "*", - "it-for-free/rusphp": "v2.0.2" + "bower-asset/amstock3": "*" }, "autoload": { "psr-4": { "ItForFree\\YiiExtensions\\": "src" - }, - - "files": ["src/Yii2/Module/Image/functions.php"] + } } } diff --git a/composer.lock b/composer.lock deleted file mode 100644 index c3e3fe7..0000000 --- a/composer.lock +++ /dev/null @@ -1,19 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "content-hash": "76e636f63b1cab06719c05ade4a6ba6e", - "packages": [], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=5.3.0" - }, - "platform-dev": [] -} From cb94c4befb8adf43b158182b512c71481623be04 Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Mon, 24 Dec 2018 13:51:23 +0300 Subject: [PATCH 11/14] =?UTF-8?q?=D1=84=D1=83=D0=BD=D1=86=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=91=D1=80=D1=82=D0=BA=D0=B0=20=D0=BD=D0=B0=D0=B4?= =?UTF-8?q?=20Html::img?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/Yii2/Module/Image/README.md | 23 ++++++++++++++++------- src/Yii2/Module/Image/functions.php | 2 +- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 188da4f..8e26582 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ composer require it-for-free/yii-extensions:~v0.0.1 ### Модули -* [Модуль динамического изменения изображения](src/Yii2/Module/README.md) \ No newline at end of file +* [Модуль динамического изменения размера изображения](src/Yii2/Module/README.md) \ No newline at end of file diff --git a/src/Yii2/Module/Image/README.md b/src/Yii2/Module/Image/README.md index f65ed15..8e1b790 100644 --- a/src/Yii2/Module/Image/README.md +++ b/src/Yii2/Module/Image/README.md @@ -25,15 +25,21 @@ форматов может быть несколько, посмотреть подробную документацию можно посмотреть [здесь](https://github.com/it-for-free/rusphp/blob/master/src/File/Image/README.md). -## Использование обёртки над yii/helpers (Html::img) +## Использование обёртки над (yii/helpers/Html::img) -Т.к эта возможность становится доступной после установки модуля достаточно сделать вызов функции. -Функция принимает 2 обязательных параметра и один необязательный. -1. Прараметр путь к изображению смотрите выше. -2. Параметр формат изображения. -3. Параметр это родной параметр options, о нем вы можете узнать из офицальной документации. +Общий вид функции `imgrsc()`: -пример: +```php +echo imgrsc($fullImgPath, $format, $options); +``` + + +Функция `imgrsc()` принимает 2 обязательных параметра и один необязательный: +1. `$fullImgPath` путь к изображению, `directoryImg/myImage.png`. +2. `$format` формат изображения должен быть задан следующим образом `100x100` или `200x200` и т.д. +3. `$options` это родной необязательный параметр `yii/helpers/Html::img`. + +Пример реального вызова: ```php echo imgrsc($model->img, '100x100'); @@ -41,6 +47,9 @@ echo imgrsc($model->img, '100x100'); + + + ## Конфигурирование модуля Перед тем как конфигурировать модуль нужно задать алиас здесь он задан как `@uploadPath` diff --git a/src/Yii2/Module/Image/functions.php b/src/Yii2/Module/Image/functions.php index 4eebae2..728d23d 100644 --- a/src/Yii2/Module/Image/functions.php +++ b/src/Yii2/Module/Image/functions.php @@ -16,4 +16,4 @@ function imgrsc($src, $format, $options = array()) return Html::img('/image?path=' . $src . '&format=' . $format, $options); } -} \ No newline at end of file +} From 5a9bf6c4da7beaa63fcff7ed7dc59da9e49fc248 Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Mon, 24 Dec 2018 14:59:20 +0300 Subject: [PATCH 12/14] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=83=D0=BD=D0=BA=D1=82=D0=BE=D0=B2=20=D0=BF=D1=80=D0=B8?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=84=D1=83=D0=BD?= =?UTF-8?q?=D0=BA=D1=86=D0=B8=D0=B8=20imgsrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- README.md | 2 +- src/Yii2/Module/Image/README.md | 21 +++++++++++++++------ src/Yii2/Module/Image/functions.php | 2 +- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index daedbdd..0fa2cd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /nbproject/* /vendor/* -/.idea/* \ No newline at end of file +/.idea/* +composer.lock \ No newline at end of file diff --git a/README.md b/README.md index 188da4f..8e26582 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ composer require it-for-free/yii-extensions:~v0.0.1 ### Модули -* [Модуль динамического изменения изображения](src/Yii2/Module/README.md) \ No newline at end of file +* [Модуль динамического изменения размера изображения](src/Yii2/Module/README.md) \ No newline at end of file diff --git a/src/Yii2/Module/Image/README.md b/src/Yii2/Module/Image/README.md index f65ed15..a5d7d37 100644 --- a/src/Yii2/Module/Image/README.md +++ b/src/Yii2/Module/Image/README.md @@ -25,15 +25,24 @@ форматов может быть несколько, посмотреть подробную документацию можно посмотреть [здесь](https://github.com/it-for-free/rusphp/blob/master/src/File/Image/README.md). + +## Использование обёртки над yii/helpers/Html::img() + +Общий вид функции `imgrsc()`: ## Использование обёртки над yii/helpers (Html::img) -Т.к эта возможность становится доступной после установки модуля достаточно сделать вызов функции. -Функция принимает 2 обязательных параметра и один необязательный. -1. Прараметр путь к изображению смотрите выше. -2. Параметр формат изображения. -3. Параметр это родной параметр options, о нем вы можете узнать из офицальной документации. +```php +echo imgrsc($fullImgPath, $format, $options); +``` + -пример: +Функция `imgrsc()` принимает 2 обязательных параметра и один необязательный: +1. `$fullImgPath` путь к изображению. +2. `$format` формат изображения должен быть задан следующим образом посмотреть можно +[здесь](https://github.com/it-for-free/rusphp/blob/master/src/File/Image/README.md). +3. `$options` это родной необязательный параметр `yii/helpers/Html::img()`. + +Пример реального вызова: ```php echo imgrsc($model->img, '100x100'); diff --git a/src/Yii2/Module/Image/functions.php b/src/Yii2/Module/Image/functions.php index 4eebae2..728d23d 100644 --- a/src/Yii2/Module/Image/functions.php +++ b/src/Yii2/Module/Image/functions.php @@ -16,4 +16,4 @@ function imgrsc($src, $format, $options = array()) return Html::img('/image?path=' . $src . '&format=' . $format, $options); } -} \ No newline at end of file +} From b3b2e92056343196dcac1215af2088ef1d31ee24 Mon Sep 17 00:00:00 2001 From: Web-Programmer-B-P Date: Mon, 24 Dec 2018 15:17:52 +0300 Subject: [PATCH 13/14] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=202=D0=BE=D0=B9=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82?= =?UTF-8?q?=20=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8E=20=D1=84=D1=83=D0=BD=D0=BA?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20imgsrc()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Yii2/Module/Image/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Yii2/Module/Image/README.md b/src/Yii2/Module/Image/README.md index c50f659..c98184f 100644 --- a/src/Yii2/Module/Image/README.md +++ b/src/Yii2/Module/Image/README.md @@ -38,8 +38,8 @@ echo imgrsc($fullImgPath, $format, $options); Функция `imgrsc()` принимает 2 обязательных параметра и один необязательный: 1. `$fullImgPath` путь к изображению. -2. `$format` формат изображения должен быть задан следующим образом посмотреть можно -[здесь](https://github.com/it-for-free/rusphp/blob/master/src/File/Image/README.md). +2. `$format` требуемый формат изображения смотри подробнее по +[ссылка](https://github.com/it-for-free/rusphp/blob/master/src/File/Image/README.md). 3. `$options` это родной необязательный параметр `yii/helpers/Html::img()`. Пример реального вызова: From 83cd2f7fc7ac9ff6dba1dbb4da32486374687998 Mon Sep 17 00:00:00 2001 From: vedro-compota Date: Mon, 24 Dec 2018 15:28:42 +0300 Subject: [PATCH 14/14] Update README.md --- src/Yii2/Module/Image/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Yii2/Module/Image/README.md b/src/Yii2/Module/Image/README.md index c98184f..356993f 100644 --- a/src/Yii2/Module/Image/README.md +++ b/src/Yii2/Module/Image/README.md @@ -38,7 +38,7 @@ echo imgrsc($fullImgPath, $format, $options); Функция `imgrsc()` принимает 2 обязательных параметра и один необязательный: 1. `$fullImgPath` путь к изображению. -2. `$format` требуемый формат изображения смотри подробнее по +2. `$format` требуемый формат изображения, смотри подробнее по [ссылка](https://github.com/it-for-free/rusphp/blob/master/src/File/Image/README.md). 3. `$options` это родной необязательный параметр `yii/helpers/Html::img()`. @@ -79,4 +79,4 @@ use ItForFree\YiiExtensions\Yii2\Module\Image\Image; из конфигурации выше мы видим алиас о котором говорилось раньше `baseUploadPath` это своиство модуля которое нужно для работы, а вот алиас `@uploadPath` -должен быть путь по которому вы сохраняете изображения выше видно как он определен и куда ссылается. \ No newline at end of file +должен быть путь по которому вы сохраняете изображения выше видно как он определен и куда ссылается.