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
268
votes
11 answers

Is there a keyboard shortcut to "untab" (move a block of code to the left) in Eclipse or Aptana Studio?

It's so easy to select a block of code and tab out, but how about the reverse? Currently, I just search and replace for white space at the beginning of the line. Is there anything faster?
Keith Bentrup
  • 11,834
  • 7
  • 49
  • 56
172
votes
9 answers

Starting Eclipse w/ Specific Workspace

Is there a way to start an instance of eclipse, passing it some sort of parameter telling it to use a specific workspace? The problem I'm trying to solve is that I have a workspace for work projects and one for personal projects. I'd like to be able…
Wilco
  • 32,754
  • 49
  • 128
  • 160
36
votes
3 answers

How to declare the type for local variables using PHPDoc notation?

I use Zend Studio to develop in PHP with CakePHP, and one of the problems with CakePHP is that the views all reference undeclared local variables. So for example, in the controller you would $this->set('job',new MyJobObject()); Then in the view you…
Reactgular
  • 52,335
  • 19
  • 158
  • 208
30
votes
3 answers

DLTK Indexing in progress

Our software which powers our business is nearly 16,000 PHP files long. It's an absolutely vast system. Zend Studio takes literally several hours to run the DLTK indexing. I can't find an up-to-date response on this, but there must be a way of…
i-CONICA
  • 2,361
  • 9
  • 30
  • 45
17
votes
3 answers

Autocomplete for a single JavaScript object extended across multiple files in Zend Studio (Eclipse PDT)

My IDE is Zend Studio 8, which features a relatively basic perspective for JavaScript (similar to, if not the same as, the perspective in Eclipse PDT). In the application I'm working on, we extend a base object across multiple files, which has…
webjawns.com
  • 2,300
  • 2
  • 14
  • 34
13
votes
1 answer

Code Completion for private/protected member variables when using magic __get()

How do I setup code completion to work on Zend Studio (or any Eclipse based IDE) when working with a class that has private or protected member variables WITHOUT resorting to a bunch of Getter's OR setting the member vars as public. For…
jlee
  • 492
  • 5
  • 15
11
votes
5 answers

Possible disadvantages of Zend

I've started using Zend Framework and Studio for my projects and would like to hear from those who already use it what to expect. I'm not interested so much in the good things because these can be marketing messages. I want to know about the things…
jblue
  • 4,390
  • 4
  • 46
  • 79
11
votes
3 answers

The URI you submitted has disallowed characters

I have a code igniter project, and I wanted to try debugging it using Zend Studio. WHen I start debugging, I immediately run ino "The URI you submitted has disallowed characters." Does anyone have any idea?
WJ B
10
votes
6 answers

Subversive: can't commit files inside a tags folder

I'm using Zend Studio 6.1 for Eclipse, which comes bundled with the Subversive plug-in. My repo layout is: /trunk/ /branches/ /tags/ My application code is in: /trunk/application I'm trying to add some view templates…
lo_fye
  • 6,790
  • 4
  • 33
  • 49
9
votes
4 answers

how to get zend studio autocomplete with codeigniter

I'm looking for a good way to get autocomplete and click-for-reference (whatever that's called) for libraries in codeigniter working in Zend Studio for Eclipse. for instance, if i…
Stephen Fuhry
  • 12,624
  • 6
  • 56
  • 55
8
votes
2 answers

How does PHP make money? They don't solicit donations and they don't sell pro solutions

I was just wondering: PHP is such a good robust thing for make quick web applications but they don't have a donation box , neither are they selling shirts or mugs etc. They also don't have a "pro" solution to be bought and use so how do their…
Khurram Ijaz
  • 1,844
  • 5
  • 24
  • 43
8
votes
2 answers

How do I configure eclipse (zend studio 6) to hint and code complete several languages?

My dream IDE does full code hints, explains and completes PHP, Javascript, HTML and CSS. I know it exists! so far, Zend studio 6, under the Eclipse IDE does a great job at hinting PHP, some Javascript and HTML, any way I can expand this? edit: a bit…
mauriciopastrana
  • 5,010
  • 7
  • 35
  • 36
8
votes
0 answers

managing H2 connection pool in eclipse

Eclipse uses H2 DB to store code informations, needed to autocompletion / inferencing / search etc. When database grows bigger (like, in my case, 1.5 G) it's getting slower. When many IDE thread are trying to connect to db, they are forced to wait,…
ts.
  • 10,510
  • 7
  • 47
  • 73
8
votes
5 answers

Phonegap - cordova is laggy and slow on android and iOS devices

I just now started with my first PhoneGap project using zend studio. But, after i build and deploy it, the application is quite slow. Both on android and iOS. The scrolling is lagging, and if i press a button, it's slow to goto the next page. Is…
Sibi
  • 101
  • 1
  • 1
  • 4
8
votes
2 answers

How to develop mobile apps in Zend Studio 10

I am new to Zend Studio. I don't know how to work with version 10 version to create iPhone and Android mobile applications. Do you have any tutorial or sample code please?
rajesh57
  • 275
  • 1
  • 3
  • 14
1
2 3
31 32