Hi I m very new to Phalcon, I have a project which I was asked to do in phalcon. I have gone through tutorials and its very fun to work with Phalcon.
I am taking THIS example as a base of my project. But however my project structure is little different. Here it is
apps
backend
module1
controllers
models
views
module2
controllers
models
views
and so on.....
frontend
module1
controllers
models
views
module2
controllers
models
views
and so on..
public
css
js
As I am beginner in phalcon, i m not being able to set up the things. How to set up the the things like routing, registering namespaces, etc. for the structure like I have?
Thanks