No-MVC Zend Framework: Rating Controller / Part VI

The controller is the most important part in this ZF tutorial. This is where most of the PHP code resides. It handles all input – coming thru the file receiving the Ajax rating – as well as all output – e. g. updating the rating scores. The only...