Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.

Web development quizzes

Clock
Minutes
Seconds
We can import classes with Yii::importing()

Yii supports internationalization (I18N) and localization (L10N).

We can use YiiBase::setPathOfAlias() to define new root path aliases.

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

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