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

Quizzes de desarrollo web

Clock
Minutes
Seconds
A model should use $_GET or $_POST directly.

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.

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

MVC stands for "Model View Controller".