Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道可以从 PHP 站点设置与 MS SQL 的连接的 IDE?
Dreamweaver 不会像 Visual Studio 那样连接到 MS SQL,但 Visual Studio 不会调试 PHP。
任何 IDE 都可用于将 MSSQL 与 PHP 一起使用,IDE 实际上并不做与数据库相关的任何事情。您的 PHP 解释器只查看 PHP 文本文件并在需要时执行它们,并管理与数据库相关的所有内容。
如果您正在寻找一个好的 IDE,PHPStorm 是一个非常好的选择:
http://www.jetbrains.com/phpstorm/