From a0365575b6fa83d6978cf9ad20f07cd9d5cb3973 Mon Sep 17 00:00:00 2001 From: Smotrov Dmitriy Date: Thu, 31 Jul 2014 09:29:22 +0400 Subject: [PATCH 1/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=B4=D0=B2=D0=B5=20PHP-=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8?= =?UTF-8?q?=D0=BE=D1=82=D0=B5=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 47ea645..4fb8b0f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ - [Как создавать шаблоны кода](https://github.com/DsXack/ws-knowbase/blob/master/PhpStorm/How-create-templates.md) - [Шаблоны кода для работы с 1С-Битрикс](https://github.com/DsXack/ws-knowbase/blob/master/PhpStorm/Bitrix-templates.md) +## Php +- [Функционал по работе с массивами](https://github.com/petrgrishin/array-access) +- [Функционал по работе с валидацией](https://github.com/sokolovsky/Verifier) + ## Проектирование - [Где реализовать знание об адресах контроллера?](http://habrahabr.ru/post/226237/) \ No newline at end of file From 7b95d2ed2ace62b87ea5c108f902a451978ef353 Mon Sep 17 00:00:00 2001 From: Smotrov Dmitriy Date: Thu, 31 Jul 2014 09:32:16 +0400 Subject: [PATCH 2/2] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5=20php=20?= =?UTF-8?q?=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fb8b0f..ff963a5 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ - [Шаблоны кода для работы с 1С-Битрикс](https://github.com/DsXack/ws-knowbase/blob/master/PhpStorm/Bitrix-templates.md) ## Php -- [Функционал по работе с массивами](https://github.com/petrgrishin/array-access) -- [Функционал по работе с валидацией](https://github.com/sokolovsky/Verifier) +- [Работа с массивами](https://github.com/petrgrishin/array-access) +- [Валидация полей](https://github.com/sokolovsky/Verifier) ## Проектирование