Yii v2 snippet guide II

Comparing #51 with #56

Content

**Intro**
 
---
 
Hi. I had to split my artic
## My articles
 
Articles are separated into more fi
les as max length was reached. Check my previous articles here (mainly the 1st one):
 
 
- [
there is the max lenght for each file on wiki.
 
 
* [Yii v1 for beginners](https://www.yiiframework.com/wiki/250/yii-for-beginners)
 
* [Yii v1 for beginners 2](
https://www.yiiframework.com/wiki/255462/yii-for-beginners-2)
 
* [Yii 
v2- snippet- guide I](https://www.yiiframework.com/wiki/2552/yii-v2-snippet-guide) -* [Yii v2 snippet guide II](https://www.yiiframework.com/wiki/25058/yii-for-beginnersv2-snippet-guide-ii)
 
* [Yii v2 snippet guide III
](https://www.yiiframework.com/wiki/25067/yii-for-beginnersv2-snippet-guide-iii)
 
* [Začínáme s PHP frameworkem Yii2 (I) česky - YouTube](https://youtu.be/ub06hNoL8B8
) -* [https://www.yiiframework.com/wiki/462/yii-for-beginners-2](https://www.yiiframework.com/wiki/462/yii-for-beginners-2Yii2 App Basic Plus](https://gitlab.com/radin.cerny/yii2-app-basic-plus) ... a compilation of the most used functionalities
 
* [VueJs3 PWA demo plus](https://gitlab.com/radin.cerny/vuejs3-pwa-demo-plus) ... a basic installable PWA project (written in JavaScript, VueJS3) for my REST offline clients (only 1 data transfer per day)
 
 
## The repository
 
 
All that you see in this Wiki is used in my Yii2 demo application. Just clone it and you are ready to start. Feel free to use it.
 
 
* [Yii2 App Basic Plus](https://gitlab.com/radin.cerny/yii2-app-basic-plus
)

**Connection to MSSQL**
---
You will need MSSQL drivers in PHP. Programatically you can list them or test their presence like this:
[...]