XCEPTION
XCEPTION

Reputation: 1753

Zend Framework IDE

I am assigned to work on a project which is developed in Zend Framework 1. I just know PHP language and I am studying the Zend Framework. I want to setup the Zend Framework project in IDE. I googled and came across Zend Studio which is paid. Is there any other community edition IDE in which I can work on the ZF1 project smoothly and can someone provide a link for the tutorial to setup the project?

Upvotes: 0

Views: 738

Answers (2)

Dmitry Leiko
Dmitry Leiko

Reputation: 4372

You can use the Netbeans IDE or VSCode. They are free.

Upvotes: 0

ski4404
ski4404

Reputation: 311

I would recommend using Eclipse for PHP: http://www.eclipse.org/downloads/packages/eclipse-php-developers/mars2

Zend Studio is built on Eclipse and having used both myself, I can tell you they are very similar. Once you have Eclipse up and running, you can add the Zend Framework 1 library so that you will have auto-complete and framework documentation available in real time.

Upvotes: 2

Related Questions