Yii 1.1 Tutorial for beginners and Programmers - Part 5

preview_player
Показать описание
In this tutorial we look at creating and working with the database and models.

Yii 1.1 has actually reached its end of life. However its still used in many php applications. Yii is a great MVC framework. This tutorial looks at working with the different components of Yii.

Рекомендации по теме
Комментарии
Автор

Adding database configuration - 0:13 - 1:00
Creating a database in phpmyadmin - 1:00 - 1:25
Creating a table in phpmyadmin - 1:26 - 1:49
Inserting data in a table - 2:00 - 3:24
Creating a model using gii - 3:35 - 4:21
Retrieving data from the database using models - 4:24 - 6:48
Retrieving one row from the database - 6:51 - 8:06
Where query using models - 8:15 - 9:35

wftutorials