Revision #52 has been created by rackycz on Jan 21, 2021, 2:42:29 PM with the memo:
List of articles
« previous (#51) next (#53) »
Changes
Title
unchanged
Yii v2 snippet guide II
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2,snippets
Content
changed
**Intro**
---
Hi. I had to split my article as max length was reached. Check my previous article# My articles
Articles are separated into more files as
there
(mainly the 1st one):
- [https://www.yiiframework.com/wiki/2552/yii-v2-snippet-guideis the max lenght for each file on wiki.
* [Yii v1 for beginners](https://www.yiiframework.com/wiki/25
520/yii-
v2-snippet-guidefor-beginners)
-* [
Yii v1 for beginners 2](https://www.yiiframework.com/wiki/
250462/yii-for-beginners
-2)
* [Yii v2 snippet guide I](https://www.yiiframework.com/wiki/25
052/yii-
for-beginnersv2-snippet-guide)
-* [
Yii v2 snippet guide II](https://www.yiiframework.com/wiki/
4622558/yii-
for-beginners-2v2-snippet-guide-ii)
* [Yii v2 snippet guide III](https://www.yiiframework.com/wiki/
4622567/yii-
for-beginners-2v2-snippet-guide-iii)
**Connection to MSSQL**
---
You will need MSSQL drivers in PHP. Programatically you can list them or test their presence like this:[...]