ÄúµÄλÖãºÑ°ÃÎÍøÊ×Ò³£¾±à³ÌÀÖÔ°£¾PHP ±à³Ì£¾PHP 5 Power programming
Team LiB
Previous Section Next Section

C.11. Main Features

Zend Studio combines all the tools that you regularly work with to develop your application in one unified interface. In addition to editing your PHP, HTML, and JavaScript source code, from the integrated Zend Studio workspace you can also perform the following tasks:

  • Debug your application.

  • Profile your application to find and fix performance bottlenecks.

  • Update, commit, or perform DIFFs using the CVS integration.

  • Bundle multiple files and directories into a single project entity, making navigating and searching your application simple.

  • Display and study the hierarchy of the PHP functions, classes, and projects.

  • State-of-the-art code completion for every aspect of PHP.

  • Code templates for structuring PHP code rapidly.

  • Syntax highlighting for PHP, HTML, and JavaScript codein the active Editor windowand they will all be accurately color-coded at the same time.

Note

Zend Studio's editor is currently the only editor on the market that supports all the different constructs of PHP, and the only one around that fully supports PHP 5's syntax.


  • Seamlessly edit and deploy files on FTP servers.

Zend Studio includes innovative features that simply don't exist anywhere else:

  • Analyze your code using Zend Studio's built-in static code analysis tool. Find problems in your application even before you run it!

  • Debug and profile your application right from the browser. Debugging even the most complicated forms or session-based applications is one click away.

    Team LiB
    Previous Section Next Section