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

Quizzes de desarrollo web

Clock
Minutes
Seconds
The founder of Yii is Bill Gates.

We can import classes with Yii::importing()

A filter is a piece of code that is configured to be executed before and/or after a controller action executes.

A module is a unit that consists of models, views, controllers and other supporting components.

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