Posts Tagged “fetching records”

Yii 2.0 db createCommand()
Yii 2.x

Yii 2.0 db createCommand()

Feb 24, 2015

In this post I want to talk about db createCommand() and using it to fetch records instead of find(). So far you have learnt how to use find() and usi...

Continue reading
Yii 2.0 Using Subqueries
Yii 2.x

Yii 2.0 Using Subqueries

Feb 23, 2015

In this post I want to show you how to use subqueries in your conditions.

Continue reading
Model - View - Controller
Yii 2.x

Model - View - Controller

Feb 22, 2015

In this post I want to talk about MVC architecture. When working with frameworks you can see that there are lots of frameworks which are using this pa...

Continue reading
Fetching Records from Database
SQL

Fetching Records from Database

Feb 21, 2015

In this post I want to talk about fetching records from your database using SQL Syntax. As always, let's start with an example. Imagine we have one ta...

Continue reading