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

Strange warning when trying to extend class

I started getting strange warnings, after extending a class that extends another Event_Feed_Item > My_Feed_Item > SimplePie_Item - Cannot extend from interface 'SimplePie_Item' - Implementors of methods in 'SimplePie_Item' However on runtime it…
Moak
  • 12,596
  • 27
  • 111
  • 166
3
votes
1 answer

Difference Between Zend Php/Zend server and simple php/Wamp server

I am beginner and wanna to learn few things before i start php dev/learning . What is the difference between Zend Studio/Zend server and simple Eclipse Php (PDT)/wamp server.. Where we should use Zend and where we should the simple Php/wamp. Can we…
Shabir Gilkar
  • 323
  • 2
  • 7
  • 19
3
votes
3 answers

Would (Eclipse PDT == Zend Studio 8) return true?

Are they too much alike, totally different, neither? Drawing from PHP-style comparison, this would return true even if they were basically the same but not identical. (Not ===) Appreciate any insights please. Disclaimer : I truly believe this…
Felipe
  • 11,557
  • 7
  • 56
  • 103
3
votes
3 answers

How to update a new version of Zend framework in the Zend studio

I'm new to the Zend Studio and Zend framework. I'm trying to build a Zend framework project in Zend Studio. But the there is only one framework version could be selected, which I guess is the default one. If I want to add a new framework version and…
SimpleWater
  • 113
  • 1
  • 8
3
votes
0 answers

Encoding PHP - How to encode php using Zend Studio?

I am new and unfamiliar with Zend studio and I was tasked to encode my php code for a project. I had a hard time following this tutorial and can't seem to get anywhere. Can anyone help me get on the right track? Thanks!!
Chin Yong
  • 83
  • 1
  • 1
  • 5
3
votes
0 answers

Debugging with zend studio 8 - select local resource

Hi I am trying to debug using Zend studio. When I hit the debug button in firefox, zend asks me to specify the matching local resource. I do this and just when I think I'm getting somewhere it pops up and asks again for the next file and then the…
Chin
  • 12,582
  • 38
  • 102
  • 152
3
votes
3 answers

Aptana Studio or Zend Studio

I want create a full website (designing and programming). And I like created it by me. for an editor, Aptana studio is better for me or Zend Studio? Thanks ...
mrdaliri
  • 7,148
  • 22
  • 73
  • 107
3
votes
2 answers

Eclipse/Zend Studio, stop validation for parts of a project tree

I have some external libraries that are showing 'warnings', I want to stop validation of this part of my project because it is interfering with actual warning messages from my source code. Is this possible? I am using Zend Studio but it is based on…
jax
  • 37,735
  • 57
  • 182
  • 278
3
votes
5 answers

What's the rationale behind "Assignment in condition" warnings in Zend Studio IDE?

Given: if ($variable = get_variable('variable')) { // ... } The *$variable = get_variable('variable')* throws an 'Assignment in condition' warning in Zend Studio. I understand what the warning means, but does anyone know what the rationale…
webjawns.com
  • 2,300
  • 2
  • 14
  • 34
3
votes
3 answers

Fixing Zend Studio 8 Performance (typing lag) Issue

Zend Studio 8 has performance problems with large php source files (around 3,000 lines of code) causing MAJOR typing lag. There has been a patch developed but apparently they haven't rolled it out yet as nothing happens when I to go Help > Check for…
Charles
  • 817
  • 7
  • 25
3
votes
1 answer

Zend Studio 5 - HTML5

My Zend Studio 5 has a feature where it reports broken HTML or invalid tags in red. As ZS5 was developed before HTML5, and tags are showing as broken. Does anyone know if there is some kind of XML file containing the list of valid HTML tags that I…
Paul Dragoonis
  • 2,315
  • 1
  • 16
  • 22
3
votes
2 answers

Zend Studio on Eclipse "HELIOS"

I'm trying to install Zend Studio on an existing installation of Eclipse HELIOS, but Zend doesn't want to behave. The PDF instructions here say it's for "Eclipse Galileo version 3.5.1 only". Sure enough, I'm getting a strange error on a Helios.…
dave
  • 1,043
  • 1
  • 10
  • 18
3
votes
1 answer

ssh_dispatch_run_fatal no matching key exchange method found (on Zend Studio Remote Connection)

I use MacBook OSX as local machine and NoteBook lUbuntu as server on my local network. SSH and SFTP connections works perfectly with osx terminal, but I have problems with Zend Studio 11 Remote Connection (Unfortunately, i'm not able to use latest…
Andrew
  • 671
  • 2
  • 8
  • 21
3
votes
1 answer

PHPStorm 10, XAMMP, Xdebug/ZendDebugger

Over the past few days I have been trying to get debugging working with PHPStorm 10 on my local machine (Mac OS). I have tried both ZendDebugger and xdebug. I seem to be hitting the same problem with both. I setup my interpreter and it says that…
Sam Roberts
  • 245
  • 2
  • 13
3
votes
3 answers

Cannot redeclare class Zend_Loader_Autoloader

I am using Zend Debugger to debug my php application built based on the Zend Framework. Currently I am running the 1.10.6 version. When debugging my application i Get this error: Compile Error:…
sanders
  • 10,794
  • 27
  • 85
  • 127