Questions tagged [zend-studio]

Zend Studio is a commercial, proprietary integrated development environment (IDE) for PHP developed by Zend Technologies, based on the PHP Development Tools (PDT) plugin for the Eclipse platform (the PDT project is led by Zend).

Zend Studio is the leading IDE for professional PHP developers. Built upon the Eclipse PHP Development Tools project led by Zend, Zend Studio boosts developer productivity and facilitates standardization and team collaboration.

Zend Studio includes

  • Advanced code editing, debugging and profiling
  • Support for development and integrated debugging
  • integration for faster coding
  • Seamless deployment and testing on virtual and remote servers
  • integration for problem detection and diagnosis
  • Support for Agile development and over 1,000 Eclipse plug-ins

Resources


(*) Some of the features marked as "not availible" are availible trough other plugins which only have to be extra downloaded (e.g. the use of Subversion is possible with Subversive or Subclipse).

472 questions
2
votes
0 answers

Dreamweaver CS5.5 color theme for Zend Studio or NetBeans 7.1?

Looking for classic color theme of DW CS5.5 to put on Zend Studio or at least on NetBeans. Does anybody know any places to find because my search didn't bring any result. UPD: I've earned the "Tumbleweed" badge for this question. Why? Nobody…
Green
  • 28,742
  • 61
  • 158
  • 247
2
votes
2 answers

Zend Studio Browser Toolbars alternative for PhpStorm 3?

I've been working with Zend Studio now for a long time, and there is a super useful resource called Studio Browser Toolbar, which is basically a Firefox Toolbar that allows me start debugging a web page from the browser directly into Zend…
Daniel Ribeiro
  • 10,156
  • 12
  • 47
  • 79
1
vote
1 answer

Zend Studio Font-Color Scheme For Netbeans 7?

Can anyone provide me the font & color scheme which is similar to Zend Studio's default? (for Netbeans 7)
gokturk
  • 116
  • 2
  • 13
1
vote
2 answers

How to uninstall zend studio on ubuntu

I have installed latest free version of zend studio and it got expired. I can not see any uninstall program along with it. How can I uninstall it from ubuntu 11.10 ?
binoy
  • 1,758
  • 3
  • 21
  • 42
1
vote
1 answer

Zend Studio PHP Short Tags

I am using Zend Studio 8.0 for Mac, every time I start to type the php tag it will autocomplete the full is there a way to set it to: I have looked at all the settings and I can't seem to figure out.
MikeGA
  • 1,262
  • 4
  • 17
  • 38
1
vote
2 answers

Import new Zend Framework project in Zend Studio - how?

I am trying to learn how to develop on the Zend Framework, and therefore was following this tutorial: http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf I managed to get to the point where I created a project using zf…
Carmageddon
  • 2,627
  • 4
  • 36
  • 56
1
vote
1 answer

How do I set a bookmark in Zend Studio?

In all instructions I can find, including the offline help, say to right click on a line in the editor and choose 'Add bookmark', but I have no such command in my context menu. So, how do I add a bookmark? The Eclipse help topic is useless, as it…
ProfK
  • 49,207
  • 121
  • 399
  • 775
1
vote
2 answers

how to use tortoise svn with zend studio

I have installed Tortoise SVN in my windows7 OS. I use Zend Studio 5.5 for PHP development and trying to use tortoiseSVN with Zend Studio, but no luck so far. Does anyone know how to set up tortoise svn with zend studio? Thanks.
gautamlakum
  • 11,815
  • 23
  • 67
  • 90
1
vote
1 answer

Can't get Zend Studio and PHPunit to work together

I have a created a simple doctrine2/zend skeleton project and am trying to get unit testing working with zend studio. The tests work perfectly through the PHPunit CLI but I just can't get them to work in zend studio. It comes up with an error…
dimbo
  • 817
  • 1
  • 11
  • 25
1
vote
1 answer

Howto install latest SVNKit snapshot in Zend Studio 8 with jar file?

In order to get support for Subversion 1.7 format files, I'm supposed to install an snapshot version of SVNKit 1.7 as says here. So I downloaded the jar file from here but I don't know how to install it in Zend Studio 8, I would appreciate your…
Joaquín L. Robles
  • 6,261
  • 10
  • 66
  • 96
1
vote
2 answers

Is there a way to integrate Mercurial with Zend studio 5?

My php dev team is using Zend Studio 5 We are about to start using a version control system and are seriously considering Mercurial - but after searching the web for a while, I can't find any solutions to integrate Mercurial with Zend 5. I have a…
esther h
  • 1,468
  • 2
  • 17
  • 35
1
vote
2 answers

Drupal theme system leads to 'undefined variable' errors in Zend Studio 8... how to resolve?

I'm using the PHPTemplate theme engine to create a theme in Drupal 7. So I have a bunch of .php.tpl template files that have theme variables made available to them through the Drupal bootstrap process. Naturally, since these variables aren't…
Jordan Magnuson
  • 864
  • 3
  • 10
  • 21
1
vote
0 answers

Zend Studio 8 - how to keep the project expanded?

At restart the PHP explore project is collapsed. I cannot find any setting to keep it from collapsing each time I restart. The window has only a "collapse all" functionality. For a deeply branched project is really useful to start where you left…
Elzo Valugi
  • 27,240
  • 15
  • 95
  • 114
1
vote
0 answers

Flash Builder (Zend Studio) using SVN with Local Sources

When I first installed the Flash Builder 4.5 trial and created a new project from existing sources which happened to be an svn repository checked out to my local web server, I had svn info including revision number and the ability to right-click to…
Brian_CT
  • 11
  • 3
1
vote
2 answers

Zend PHP debugger: How can I start debugging a page using a get argument?

I am trying out the debugger built into Zend studio. It seems great! One thing though, when I start a page using the debugger does anyone know how I can set a request get argument within the page? For example, I don't want to debug runtests.php I…
George Mauer
  • 117,483
  • 131
  • 382
  • 612