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
3
votes
3 answers

Eclipse PHP Zend: "workspace in use" when i try to set my workspace in Apache2/htdocs?

i am trying to use my workspace C:\Program Files (x86)\Zend\Apache2\htdocs, as i need to in order to use my Zend Server, but i get the error "workspace in use" i have: deleted all other copies of eclipse that i used looked for a .metadata folder…
Garrett
  • 11,451
  • 19
  • 85
  • 126
3
votes
2 answers

Using ZendStudio with XAMPP

I had installed XAMPP, as a matter of convenience, since it installs php, apache (which is what I need) and, in addition, it installs other things like MySQL, but I'm not going to use now. In XAMPP, I enabled the mssql module (editing the php.ini),…
mRt
  • 1,223
  • 6
  • 18
  • 32
3
votes
0 answers

Eclipse and Egit - recognising git core.worktree

In Egit it is possible using the git "core.worktree" config value to set the data file path to be different from the repository file path. When creating a new (Zend Studio 12.0.2) Eclipse Project from an Egit repository (configured using…
Pancho
  • 2,043
  • 24
  • 39
3
votes
1 answer

How to add more syntax elements for eclipse

Im trying to add more syntax elements for Zend Studio for eclipse. I want to change the color of the equal sign and it is not listed so I can change it.
user36682
  • 229
  • 1
  • 2
  • 3
3
votes
2 answers

How to increase productivity with Vim and Eclipse for PHP5.3 projects (possibly using Eclim integration with Zend Studio)

I always strive to increase my productivity when developing applications and in the span of the last few years, I can say that I have made good steps towards increasing that productivity, but I still find I need more tools or methods. I need to edit…
Steven Rosato
  • 2,174
  • 1
  • 21
  • 32
3
votes
8 answers

CDbConnection failed to open the DB connection: could not find driver in Yii

while trying to connect with mysql in yii framework it shows "CDbConnection failed to open the DB connection: could not find driver " error php code : 'db'=>array( 'class' => 'CDbConnection', 'connectionString' =>…
user2853731
3
votes
3 answers

Using Xdebug & Zend Debugger Simultaneously?

Is it possible to run both debuggers within the same PHP installation simultaneously. They both use different ports so communication with the client IDEs/other apps wouldn't be an issue. I ask only because using the Zend Debugger with ZendStudio has…
Wilco
  • 32,754
  • 49
  • 128
  • 160
3
votes
2 answers

outdent with Shift+Tab in eclipse / Zend Studio

I'm using Zend Studio 9 and have a trouble with outdent (Shift+Tab). It works only if left of the begin of the line is a tab: [tab]return array(); but doesn't work for the spaces: [space][space][space][space]return array(); Does someone have a…
automatix
  • 14,018
  • 26
  • 105
  • 230
3
votes
1 answer

How to change the color of markers on the scroll bar?

In Zend Studio (or Eclipse PDT) when you select a property/method the scroll bar shows markers of where else in the source file it's referenced. I have a problem seeing the those markers. They are to close to the same color as the scroll bar and…
Reactgular
  • 52,335
  • 19
  • 158
  • 208
3
votes
0 answers

Missing Autocomplete in Zend Studio 9.0.4

I'm working with Zend Studio since 1 week. The last week I was doing stuff with ZF2 tutorials. Today I had to do some coding on an old project. I made a clean checkout via SVN and recognized, that I had no autocomplete. I thought there might be a…
agentor
  • 31
  • 1
3
votes
2 answers

How to Remove Zend Studio Components from Existing Eclipse PDT?

I have Eclipse PDT Indigo installed. I downloaded it form zend's site. From the first day it was prompting me to try the original product Zend Studio. But eclipse PDT was actually serving purpose as it did for many years. But one day I installed…
Shiplu Mokaddim
  • 56,364
  • 17
  • 141
  • 187
3
votes
1 answer

Zend Studio keeps loading with-in a project folder. How do I get it to load so my top level elements are all my projects?

Yes I set "top level elements" to "projects" Here is how it looks when I load my zend studio. I want it to load so that all my projects are there instead of having to press that up button 20 times...
Kirill Fuchs
  • 13,446
  • 4
  • 42
  • 72
3
votes
5 answers

Code completion for PHP extensions in Zend Studio?

After having installed the HTTP extension from PECL, I expected Zend Studio 6 to recognize the provided HTTP* classes and for code completion to be made available. This is not the case, however. How do I get Zend Studio to recognize classes provided…
Joel
  • 11,431
  • 17
  • 62
  • 72
3
votes
1 answer

What is difference b/w application.ini, bootsrap.php and index.php in Zend studio and zend framework

Am using Zend framework along with zend studio. Am confused with following files 1)Bootsrap.php 2).htaccess 3)application.ini 4) index.php I have edited all these files to run my applicaiton on Virtaul host. However I have confused with above…
flex
  • 185
  • 5
  • 19
3
votes
1 answer

How to get Zend Studio to autocomplete for a Zend Framework project?

After I create a couple folders in the /application folder (such as forms and models) and then start adding classes to those folders, how do I make the code auto completion for these classes available in my various other files such as my…
Keith Bentrup
  • 11,834
  • 7
  • 49
  • 56