程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> VS.PHP + YiiFramework 組合開發PHP應用

VS.PHP + YiiFramework 組合開發PHP應用

編輯:關於PHP編程

在做程序員的很長時間內是使用Microsoft的Visual Studio開發應用。對Visual Stuido提供的開發環境也比較熟悉了。偶爾開始做下PHP應用,Eclipse 的PHP IDE非常之不錯,但如果你習慣了Visual Studio,那麼使用Vs.php 也是一個非常好的選擇。 www.2cto.com

VS.PHP 基於Visual Studio 集成開發環境,使用VS.PHP 你可以使用Visual Studio IDE來開發,調試,部署PHP應用。尤其是其提供的調試環境和Visual Studio本身提供的其它語言C#調試環境不相上下。其主要功能有:

編輯和文件管理
PHP4 and PHP5 Support including the new PHP 5.3 language features
Syntax Coloring for PHP, Smarty, HTML, JavaScript, CSS, XML and XSLT
File templates for PHP, Smarty, HTML, JavaScript, CSS, XML and XSLT
Intellisense for PHP, Smarty, HTML, JavaScript, CSS, XML and XSLT
調試
XDebug and DBG support
Debug PHP, JavaScript and .Net in one single session
Built-in Apache web server for ease of debugging. Preconfigured with Php4, Php5, XDebug and DBG.
源碼管理
Supports any SCC-plugin for Visual Studio including CVS, Svn, Perforce, Sourcesafe, etc.
部署及遠程部署
Supports Ftp, SFtp (SSH), Ftp/S (SSL) and Smb (Network shares)
Automatic deploy files before debugging
Download/Import project from remote server
Work on remote files directly
主要界面如下:

可創建的項目類型

 

\

主要調試界面

 

\

代碼編寫時 Intellisense支持

 

\

VS.PHP本身可以支持各種PHP 應用程序框架,其內部自帶ZendFramework的支持。但如果你習慣了MFC ,ASP.Net 開發應用,YiiFramework 是你比較好的選擇。

盡管Yii的開發借鑒了Prado,Ruby on Rails,jQuery,Symfony等,但它提供的Application框架和API接口非常類似Asp.Net。下面為其支持的API接口的包定義:

 \

 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved