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

Quizzes de desarrollo web

Clock
Minutes
Seconds
The founder of Yii is Bill Gates.

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

An application with the following connection string uses a MySQL database: 'connectionString' => 'sqlite:'.dirname(__FILE__).'/../data/db.sqlite'

A controller should avoid containing embedded SQL statements.

An action is just a controller class method whose name starts with action.