Best Way to Organize an ExtJS Project(组织 ExtJS 项目的最佳方式)
问题描述
我刚刚开始开发一个 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 项目的最佳方式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:组织 ExtJS 项目的最佳方式
基础教程推荐
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01