Next: CakePHP 2 Controller for RSS UP: TOC
We start with creating a file
/usr/local/www/logikfabrik.com/cakephp/app/Model/Rss.php
that will contain the model definition.
The content of that file is as follows:
query($q); // and return the result set return $rset; } } ?>Next: CakePHP 2 Controller for RSS UP: TOC