Hi All, i noticed the new folder structure in 4.7.0, I have a question regarding the new structure:
According to the wiki, the structure is as follows: /eshop/core - OXID eShop framework directory /eshop/application - application directory: /models - contains business logic models /controllers - contains page controllers /views - contain templates /components - folder for components that can be reused in multiple pages. /eshop/modules - folder for modules. This looks much more intuitive than having controllers in "views" directory. What I don't really like is the directory "/eshop/core - OXID eShop framework directory". Sounds good, but in my opinion this is not really an independent framework. There are lots of references to specific models in there, for example oxutilscount is far from being an independent counting class, it contains methods like "setPriceCatArticleCount" etc. So I think those files would better reside in the application directory, what is your opinion? Regards, Frank Zunderer _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
