Integrate Eclipse IDE with symphony

Asked By 20 points N/A Posted on -
qa-featured

Hi,

How do I integrate Eclipse IDE and symphony after installing Eclipse IDE and symphony individually? Can I integrate older version of Eclipse IDE and newer version of symphony or both the softwares need to be an updated versions?

Thanks.

SHARE
Answered By 5 points N/A #110395

Integrate Eclipse IDE with symphony

qa-featured

Hi,

Please make sure that you have latest version of Eclipse IDE and Symphony.

  1. Install Eclipse PDT(PHP Development Tool). Download the installation file from here:

  2. http://projects.eclipse.org/projects/tools.pdt

  3. Now its time to install new plugins to construct a much uncomplicated Symphony Development Environment for the Symphony developers.

    Go to Help > Install New Software and insert the plugins mentioned below:

    a. Aptana Studio Update Site: https://preview.appcelerator.com/studio/

(Use it for FTP Utility Built-in. If not required, do not insert)

             b. Yedit YAML syntac highlighter for configuring .yml file. Add this website http://dadacoalition.org/yedit/

  1. Restart Eclipse. Now we shall insert symfony related features to it. If you have not installed Symfony, download it and install. To download go to www.symfony-project.org/get/symfony-1.2.9.zip. Unzip to a known location.

  2. Now Go to Eclipse Open Window > Preferences > PHP > PHP Libraries > New, and Enter Symfony and check mark the “Add to Environment” option. Click Ok.

  3. Now in the libraries list, check mark the new entry and click “Add External Folder” and browse to the Symfony folder and insert it.

  4. You will be able to add new symfony libraries to all the new PHP project in Eclipse by clicking on Add new Libraries > User Library > Symfony and add them.

    Note : You have to include the Symfony Libraries when you start a ner PHP project.

Please revert back if you have any problems.

Related Questions