Configuration Netbeans 7.4 for Zend Framework 1.12.3

My favorite editor for programming is Netbeans.  I would like to create Zend framework projects. So after installing Netbeans, xampp and Zend 1.12.3 I configure Netbeans IDE.

First open editor.

Choose from menu File->New Project.

In New Project window choose PHP category and PHP Application from Projects part.

Click on the Next button. In another window in Project Name field write new project name, example MyZendProj.

Click on Next button. In another window You don’t change settings and click Next button.

In another window You see list of frameworks. Select only Zend PHP Web Framework.

Click on Finish button.

If apear window with question about register Netbeans for Zend, click Yes button.

If the info window apear, click OK button.

If You expading project node, You see skeleton of Zend application.

You may check configuration in menu Tools->Options. After click on PHP icon You see all configuration options.

In the same way You may check configuration for Zend, clicking on Zend tab.

In this window You may change Your configuration for xampp, php or Zend framework.