問題描述
我剛剛開始開發一個 ExtJS 應用程序,我計劃用一個非常輕量級的 JSON PHP 服務來支持它.除此之外,它將是獨立的.我的問題是,組織不可避免會出現的文件和類的最佳方法是什么?任何人都對大型 ExtJS 項目(幾千行)有任何經驗.
I've just started developing an ExtJS application that I plan to support with a very lightweight JSON PHP service. Other than that, it will be standalone. My question is, what is the best way to organize the files and classes that will inevitably come into existence? Anyone have any experience with large ExtJS projects (several thousand lines). --------------------------------
推薦答案
我將從這里開始 http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/
該站點很好地介紹了如何構建您的應用程序.
This site gives a good introductory overview of how to structure your application.
我們目前正在我們的兩個 ASP.NET MVC/ExtJS 應用程序中使用這些想法.
We are currently using these ideas in two of our ASP.NET MVC / ExtJS applications.
這篇關于組織 ExtJS 項目的最佳方式的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!