Topic: Application architecture?? MVC??
Hi there, I am brand new to FA but I have some experience with WebERP. My company is in the process of completely rewriting the front end of WebERP to a more user friendly design. In doing the research for this project, I found out about FA from Wikipedia http://en.wikipedia.org/wiki/FrontAccounting.
The thing that interested me most were the statements about:
# Clean separation of database access and business logic from user interface routines.
# Separated ui framework and code reuse ensure consistency of modules and easy development of extensions.
However, when I look at a random program, I see the SQL statements mixed in with the HTML view logic?? Am I missing something? I was hoping to see a total separation into a MVC type architecture, which would of course make my life a lot easier in building a new front end.
I subscribed to the developer forum, but I'm not sure how to search it to see if this issue has been discussed.
Any ideas or comments are appreciated.