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
4
votes
1 answer

Organizing PHP development in a team (environment, configuration, etc)

We've been battling this problem for some time now, and can't seem to find a perfect solution that would satisfy all the requirements of making life easier for developers. Right now we have the following setup: Linux development server (as…
Sergey
  • 1,181
  • 7
  • 18
4
votes
1 answer

Copying Eclipse SASS/SCSS plugin from Aptana to Zend Studio

I am in desperate need of a SCSS plugin for my Zend Studio. Unfortunately Zend Studio doesn't support .scss files. And I can't find any other Eclipse plugins to help me. I noticed that Aptana Studio 3 beta supports syntax validation and coloring of…
4
votes
3 answers

How do I add the PHP libraries to my basic remote project in eclipse?

I have a basic project that was created from a remote system using the eclipse tools to setup that connection. I right clicked on the folder on my remote system and chose create a new project. Now, I want to add PHP to the build path, but it is just…
user513873
4
votes
1 answer

Why is find next in zend/eclipse Ctrl-K and not F3

Is there a specific reason for it, or just a new key. Does the K for that reason have any meaning?
Rene Pot
  • 24,681
  • 7
  • 68
  • 92
4
votes
2 answers

Zend Studio cannot detect Zend Server

PHP Version 5.3.1, Zend Studio 7.1.1.v20091227 Zend Server Community Edition 5.0 (Build: ZendServer-CE-5.0.0GA_RC181-5.3.1-Windows_x86) Apache/2.2.14 (Win32) mod_ssl/2.2.14 OpenSSL/0.9.8k Windows 7 Home Premium 64-bit I have installed Zend Studio,…
Richard
  • 422
  • 7
  • 17
4
votes
1 answer

parse exception convert json to object Zend-studio

When i'm trying to connect to my Git-hub repository with Zend studio 10.0 shows this message: " parse exception converting JSON to object "
Saad.elzwawy
  • 20,094
  • 1
  • 14
  • 16
4
votes
2 answers

How can I set Zend Studio 10.0.1 to use Spaces for Tabs in PHP files?

I set these options: General/Editors/Text Editors - Insert spaces for tabs [checked] PHP/Code Style/Formatter - Edit profile Eclipse[built in], rename profile to Eclipse[my] - Indentation(tab) - Tab policy: [Spaces only] But it still using tabs for…
4
votes
1 answer

To solve "assignment in condition" use of !==false slow down the script. Why?

I am using zend studio for coding in php. In zend studio the line of while... in following code shows assignment in condition warning but it work fine and show me tables instantly. $oDB = new db; print 'Twitter Database…
Sohail Ahmad
  • 256
  • 2
  • 13
4
votes
1 answer

Uncaught exception 'Zend_View_Exception'

For my project I have added following line of code in applicaiton.ini resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/" Whenever I add this code, am getting following error, **Fatal error: Uncaught exception 'Zend_View_Exception'…
flex
  • 185
  • 5
  • 19
4
votes
1 answer

How to have Zend Studio format PHP code like NetBeans 7.1 does?

I work with NetBeans 7.1, I like how NetBeans formats the PHP code. I'm working on this project with other developer, but he uses Zend Studio (ZS), and when he reformats the code with ZS, and commit the changes to git, it appears like he has…
Guillermo
  • 864
  • 4
  • 12
  • 20
4
votes
1 answer

Zend Studio 9 tabbing with new line

$arr = array( ); It looks like this when i press enter for a new line when I'm defining an array. It is always 2 tabs instead of 1. I didn't have this problem in Zend Studio 8. Any ideas how to fix this?
brasimon
  • 769
  • 2
  • 9
  • 22
3
votes
1 answer

Debug with Zend Studio and Wampserver

Recently I rebuilt my laptop running Windows 7 64-bit. Before the rebuild I was running my own individual WAMP stack having installed all the components separately but after the rebuild I decided to try out a pre-built WAMP stack as it allowed me…
Adrian Walls
  • 852
  • 3
  • 19
  • 31
3
votes
1 answer

cannot retrieve branches,check if the provided repository location is vaid

When I use zend studio to create a project from github, I get the following error message: Cannot retrieve branches, check if the provided repository location is valid Can anyone explain how to solve this?
kcloze
  • 31
  • 2
3
votes
1 answer

Zend Studio 8 uploads IDE specific files to server on startup

I decided to give Zend Studio 8 a try - I really liked 5.5 and used it until my hard drive got fried and the Zend sales person wouldn't point me to any executables since it was EOL - but keep running into all sorts of bugs. The issue I am having…
malonso
  • 2,247
  • 1
  • 21
  • 33
3
votes
3 answers

How to make xdebug work with Zend Studio

I have following configurations: On remote machine: zend_extension=/usr/lib64/php/modules/xdebug.so xdebug.profiler_enable=0 xdebug.profiler_enable_trigger=1 xdebug.profiler_output_dir=/tmp/xdebug xdebug.remote_connect_back=1 …
shashuec
  • 684
  • 8
  • 20
1 2
3
31 32