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

Quizzes de desarrollo web

Clock
Minutes
Seconds
The main configuration file is localised in "protected/main/config.php"

The application singleton can be accessed at any place via Yii::app().

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

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

The URL manager provides URL parsing and creation functionality.