For a long time as a programmer, you developed your app using Microsoft Visual Studio. The development environment provided by visual Stuido is also familiar. The PHP IDE for Eclipse is great when you start doing PHP applications occasionally, but using vs.php is a good choice if you're used to visual Studio. Www.2cto.com
Vs. PHP is based on the Visual Studio integrated development environment, using vs.php you can use the Visual Studio IDE to develop, debug, and deploy PHP applications. In particular, it provides a debugging environment that is comparable to the C # Debugging environment provided by Visual Studio itself in other languages. Its main functions are:
Editing and file Management
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
Debugging
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.
SOURCE Management
Supports any scc-plugin for Visual Studio including CVS, SVN, Perforce, Sourcesafe, etc.
Deployment and Remote Deployment
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
The main interfaces are as follows:
Types of projects that can be created
Main Debugging interface
IntelliSense support when writing code
Vs. PHP itself can support a variety of PHP application frameworks, with internal zendframework support. But if you get used to MFC, ASP. Yiiframework is a good choice for you to develop your application.
Although Yii's development draws on the Prado,ruby on Rails,jquery,symfony, it provides a application framework and API interface that is very similar to ASP. The following is the package definition for its supported API interfaces:
http://www.bkjia.com/PHPjc/477899.html www.bkjia.com true http://www.bkjia.com/PHPjc/477899.html techarticle For a long time as a programmer, you developed your app using Microsoft Visual Studio. The development environment provided by visual Stuido is also familiar. Occasionally starting a PHP application, Eclipse's ...