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
1
vote
5 answers

Zend Studio 8 PHP Core function not reconized (remote projects)

I'v recently upgraded from Zend Studio 7 to ZS 8 and i can not get ZS8 to reconize default PHP5 functions like explode(), split(), etc. It simply says "call to undefined function" and adds a yellow (warning) line under the call. Google didn't…
Thul
  • 47
  • 6
1
vote
1 answer

How to solve hang issue of zendstudio 13.6 while comparing js file

I am using Zendstudio 13.6 from past 2-3 weeks. I am facing hang issue on my linux system while comparing js files using team synchronization svn compare. Similar issue happens when opening xsd file in editor. I just checked process using top…
Kammy
  • 409
  • 1
  • 7
  • 26
1
vote
2 answers

XAMPP on Windows 7. Htdocs folder seems to be read-only

I'm trying to create a project on Zend Studio, but when I execute it I get a response from apache telling me that the .php file I've been editing,.. well it's not there. The project seems to be locked, because htdocs is readonly. I change that but…
la_f0ka
  • 1,773
  • 3
  • 23
  • 44
1
vote
1 answer

Integrating Redmine with Mylyn in Zend Studio 8.0.0

We're trying to use Redmine as our issue tracker. I use Zend Studio 8.0.0 for PHP. I'd like to integrate Redmine with the IDE. The most important features I want are these: Synchronizing the tracked time in eclipse with Redmine (This is the most…
Sayyid
  • 93
  • 8
1
vote
0 answers

Automatic type-hinting for Zend Studio service locators

My question is almost identical to this one, however it is regarding a different IDE. When using a service in Zend Framework 2, I use code similar to the following: $myService = $this->getServiceLocator()->get('MyService'); However, I have to…
1
vote
1 answer

Eclipse: Slow startup time

I've got Eclipse 3.6.1 on my MacBook Air (2010), and I'm getting slowish startup times. Well, slow, compared to my Desktop, which is somewhat less powerful and a few years old). The startup generally takes 15 seconds, and of this, 4 is spent just on…
bear
  • 11,364
  • 26
  • 77
  • 129
1
vote
2 answers

Eclipse Project - need to have a copy locally and a copy on a remote server

I develop in PHP using Zend Studio - operating as an Eclipse plugin - has a really nice feature called "Automatic Upload" that can be configured on a per Project basis. This feature allows one to define a remote connection to a server for a Project,…
Pancho
  • 2,043
  • 24
  • 39
1
vote
1 answer

How do I open Zend Studio/Eclipse Files from a project in Explorer/Finder

In dreamweaver they have a "Reveal in Finder" function that opens a file that you add to the project in the the file management software of the OS (e.g. finder for the Mac). I'm running Zend Studio on the Mac, this seems like a simple piece of…
Chris
  • 1,731
  • 3
  • 24
  • 38
1
vote
2 answers

code hinting / completion for array of Objects in Zend Studio (or any other Eclipse based IDE)

Is this even possible? For example, say I have an array of Dogs. How do I get code completion to work? Here's code to illustrate the problem. Any advice would be great! class Dog { private $name; public static function init_many(array…
1
vote
1 answer

Zend studio show code coverage

I have just downloaded zend studio 13.5 and I'm trying to figure out how to see code coverage in the editor. I did successfully implement my first PHPUnit test and it works fine. When I run the test I do see in the console the results, however I am…
don
  • 4,113
  • 13
  • 45
  • 70
1
vote
0 answers

Zend Server localhost and mod rewrite

I am using zend server and zend studio on my local windows machine php 7 with MySQL community installed.. I have went through several documents in order to set up my projects properly but I have ran into a issue.. I wanted to use the automatic…
Case
  • 281
  • 4
  • 26
1
vote
0 answers

Is it possible to properly format .php file containing php+html code using zend studio 13?

I am unable to format properly php+html combined code in php file using zend studio, previously I have used net-beans IDE , it was good in that, but in my current organisation they are strict to use zend studio as IDE. Below is a code snippet that…
1
vote
1 answer

Anyone managed to do cross remote debug in zend studio?

I have two projects A and B . My debug starts by accessing a url of A,and breakpoint works.And A need to curl B,how can I make it stop there?
justnobody
  • 327
  • 2
  • 9
1
vote
1 answer

How to debug PHPUnit tests in a library with Xdebug and eclipse / Zend Studio?

For development and debugging I use the combination Zend Studio 12 + Xdebug. The projects are stored on a Windows 7 local machine, shared with as shared folders with a Linux Virtualbox VM, and executed there. It's my environmnet looks like. The…
automatix
  • 14,018
  • 26
  • 105
  • 230
1
vote
1 answer

can i debug or trace formally by help of zend studio

can i debug or trace formally by help of zend studio i am not having any debugger is any debugger is bydefault integrated in zend debugger or not help me
user383438
  • 11
  • 3