Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Reparaciones.

Quizzes de desarrollo web

Clock
Minutes
Seconds
Active Record (AR) is a design pattern used to abstract database access in an object-oriented way.

Post::model()->with('author')->findAll(); uses lazy loading.

We can use Post::model()->findAll(); to retrieve all the rows of the table "post".

The URL manager provides URL parsing and creation functionality.

We can import classes with Yii::importing()