I just started using Phalcon and went through this tutorial: your first encounter with Phalcon (https://blog.phalcon.io/post/36648855158/tutorial-your-first-encounter-with-phalcon-part-2)
I've done all the steps until Step 8 and when I go to localhost/blog/posts it will show this error: PostsController handler class cannot be loaded
The database is created in my phpmyadmin, and the models are created through the Phalcon command line already. I'm using Wampserver v2.4, Apache Version : 2.4.4, PHP Version : 5.4.12.
Can you help me through this problem? Thank you.