Punkt 7. Tworze posts_controller.php w folderze /app/controllers. Uzupelniam kodem:
<?php class PostsController extends AppController { var $name = 'Posts'; function index() { $this->set('posts', $this->Post->find('all')); } } ?>
Wg tekst wchodze na strone: www.example.com/posts/index w moim wypadku localhost/CakePHP/posts/index i... Error 404 - Page not found! Pracuje na EasyPHP. Modul rewrite odhaszowalem, rodzaj komend w .htaccess - All. Robilem wszystko wg tego tutka i nie dziala. Ktos wie jak pomoc?