PHP / MySQL 的快速应用程序开发?
我的背景主要是.NET,包括ASP和VB组件。我还使用过 MSSQL。然而,我正在考虑构建一个新的应用程序,并想知道是否应该在 PHP / MySQL 中创建它。如果是这样,我想知道有哪些工具可以通过这个平台来协助 rad 开发?它本质上是我要构建的一个利基 CRM,因此任何有关该场所的建议将不胜感激。我希望它能够执行基本的 CRUD 操作。
My background is mainly .NET, including the ASP and VB components. I've also worked a good bit with MSSQL. However, I'm looking at building a new application and wondering if I should create it in PHP / MySQL. If so, I'm wondering what tools might be available to assist in rad development via this platform? It is essentially a niche CRM I'd be building, so any suggestions along that venue would be appreciated. I expect it to perform basic CRUD operations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最流行的 IDE 都基于 Eclipse - 要么是 Zend Studio(本身基于 PDT 插件),要么是 Aptana。对于 MySQL 工作,MySQL Workbench 是必须的。它们都带有许多工具。还有广泛使用的 NetBeans,但我无法判断它,因为我或与我一起工作的任何人都没有使用过它。
有很多工具可用于 PHP 开发 - 从用于构建作业的 Ant / Phing、用于测试的 XDebug、PhpUnit...如果您是新手,Zend 框架是一个很好的起点,它涵盖了 PHP 的所有内容最接近 .NET 开发。有些人觉得它有点臃肿,更喜欢用更小的、手工挑选的工具来做所有事情。
The most popular IDEs are based on Eclipse - either Zend Studio, itself based on the PDT plugin, or Aptana. For MySQL work, the MySQL Workbench is a must. They all come with many tools. There is also NetBeans, widely used but I can't judge it as neither I, nor anyone I worked with, used it.
There are lots of tools to be used for PHP development - from Ant / Phing for build jobs, XDebug, PhpUnit for testing... if you are a newbie, the Zend framework is a good starting point, it covers absolutely everything and it's PHP's closest equivalent to .NET development. Some people find it a bit bloated and prefer doing everything with smaller, hand picked tools.
首先是 NetBeans。 NetBeans 的伟大之处在于它是许多不同语言的 RAD - PHP、C/C++、Java、Ruby 甚至 JavaScript。
Well there's NetBeans for a start. The great thing about NetBeans is that it's an RAD for many different languages - PHP, C/C++, Java, Ruby and even JavaScript.