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

Zend Studio for eclipse - Switch character encoding for all files in a project

I'm using Zend Studio for Eclipise on Mac, and it seems to keep setting all files to have and encoding of 'Mac Roman'. This becomes problematic when I save the files, as they all need to be UTF-8. I know how to change the encoding to UTF-8 on a…
Robin Barnes
  • 13,133
  • 15
  • 44
  • 45
7
votes
1 answer

HTML5 Validation for Zend Studio

I'm trying to keep my project as error free as possible, but all my phtml files that contain
Moak
  • 12,596
  • 27
  • 111
  • 166
7
votes
6 answers

What PHP IDE's support the Facebook XHP extension?

The Facebook XHP extension introduces what are basically XML literals (well, XHTML literals) to the PHP language, allowing syntax like the following: $foo =
hello
; $foo =
hello
; $foo = 'hello'; echo…
mjh_ca
  • 607
  • 4
  • 9
7
votes
1 answer

Zend Studio copy/paste low performance

I have a big issue with Zend Studio 9.03. I have Zend framework 1 project and when i try to copy and paste some code it freezes for a 10-20 seconds. This project is synchronized with SVN. What can i do to remove this problem. I'm working on Phenom -…
bksi
  • 1,606
  • 1
  • 23
  • 45
7
votes
7 answers

Proper indentation in array initialization, PDT/Zend Studio

I'm using the following style of array initialization in the code: $a = array( 'one' => 123, 'two' => 456 ); But PDT/Zend Studio doesn't work properly in this case; after pressing [Return] key it places cursor under the $a (in my example)…
Sergey Stolyarov
  • 2,587
  • 3
  • 27
  • 40
6
votes
2 answers

Whats the quickest way to find a file in Zend Studio for Eclipse?

I want to be able to find files quickly in Zend Studio for Eclipse without routing through a tree view of dozens of folders and hundreds of files. What I'm really after is something that filters file names as I type. Think spotlight on Mac, or the…
6
votes
0 answers

Where Can I Find My Zend Studio License Code

I purchased my Zend Studio license from Zend about 18 hours ago and have received the receipt email and can see the license numbers sitting in my Zend account, but I cannot find how to get my license code from that. Anyone purchased a license for…
Chris Rutherfurd
  • 1,617
  • 1
  • 15
  • 32
6
votes
2 answers

Error "Detecting Library Folders" in Zend Studio

I just had to re-clone a .git repository for one of my projects in Zend Studio 11, and now every time I switch branches in the repository, I get an error in Zend telling me "An internal error occurred during: Detecting Library Folders". It seems as…
5
votes
3 answers

No PHP functions types etc. in Zend Studio 9

I'm planning to move to Zend Studio 9 and installed the trial version parallel to my Version 8. Now I loaded my old Workspace and my Zend Framework project didn't know anything about php. For example if I try to extend an exception, it says:…
Johni
  • 2,933
  • 4
  • 28
  • 47
5
votes
3 answers

In Zend studio, how to tell the ide the type of a variable, so I have auto completion?

In php we use includes. So variables defined in one file and then their scope spans included files too. Zend studio has no idea how to get the type of the variable I am using inside an included file, this is very annoying when the variable type is a…
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278
5
votes
1 answer

Format PHP Source Code on Save with Zend Studio for Eclipse

I would expect this option to exist in PHP -> Editor -> Save Actions but the only thing available there is to "remove trailing whitespace"... It's available in JavaScript -> Editor -> Save Actions but not php :( Is there a plugin that will let me do…
5
votes
1 answer

Zend Studio Surround selected with php call

I work with Zend Studio 10.1. I have many tags like: Days What I want to do is select Days and surround it like: _('Days'); ?> And because I use it a lot, I need a shortcut for this. I have tried to do…
Piotr Uchman
  • 540
  • 3
  • 14
5
votes
1 answer

How to change the default workspace location in Zend Studio?

This might be the most embarrassing question I've ever had to ask anyone. But I can't for the life of me figure out how to change the default workspace location in Zend Studio 9.0.3 (OS: Windows 7 x64). I've used google extensively for the last full…
Martin Andersson
  • 18,072
  • 9
  • 87
  • 115
4
votes
1 answer

Zend Studio 9 trial, i can't find the SVN perspective

I recently installed Zend Studio 9 for windows trial version. In order to check out a project from SVN i'm supposed to open the SVN perspective to add a repository location. My problem is that i can't find the SVN perspective by any means. the…
Ahmad Tawila
  • 862
  • 9
  • 15
4
votes
2 answers

Zend Studio 8: How to make .htaccess and .zfproject.xml appear?

I've just begun using Zend Studio 8 to develop Zend Framework projects, and it seems that by default, Zend Studio doesn't display the /public/.htaccess and .zfproject.xml files. Both files are created when creating a ZF project -- they just don't…
cantera
  • 24,479
  • 25
  • 95
  • 138
1
2
3
31 32