I simply cannot follow along in Tutorial 1, as nothing seem to be setup as my freshly created project.
I come from a CodeIgniter background, but is fairly confused about the file structure in the fresly created phalcon project. I see an app/controllers/IndexController, a app/views/index.volt and a app/views/index/index.volt.
I only see the output of the app/views/index/index.volt in the browser.
It's only when I rename the two .volt files, that I can echo out anything from the IndexController. Now, I know that volt is the phalcon template engine. But how do I pass content from the Controller to the View?
I'd basically suggest that 'someone' rewrote the tutorials to match the current version of phalcon. Would make things a lot easier ...