We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Noobie: Using devtools: How do I just add a controller and a view that works?

My esteemed fellow gearheads ...

I am starting to experiment with Phalcon as it looks promising. But I can't seem to get to second base.

I set up a site. I get index.php working. My controller IndexController.php and the corresponding view seem to be fine. But when I add a controller and a view, say TestController and views/test/test.phtml I get Nothing.

I tried setting it all up with the developer tools rather than doing it by hand and ... still nothing.

I'd be very grateful for guidance or even just a reference to literature I haven't already read.

Thanks for reading, SS

Turns out I needed "AllowOverride All" in my .htaccess

Wasn't a controller issue at all.