List of posts tagged: Database

Yii2. Working with multiple databases

A simple example of working with several databases in Yii framework 2.

June 12, 2017 33 Yehor Rykhnov Yii Framework 2yii2Database

Working with PDO in PHP

Functions mysql in PHP to work with the database has long been obsolete, for today it is desirable to use mysqli or PDO (PHP Data Objects).

In addition, PDO supports a large number of different types of databases, such as: MySQL, PostgreSQL, SQLite, Oracle, Firebird, etc. And so let's figure out how to work with PDO, consider the most frequently used queries.

May 31, 2017 14 Yehor Rykhnov PHPPDODatabase