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

PHP: Zend Server on VM guest, Zend Studio on host, debugging is very slow

I have the following configuration running: The host is a MacOSX Lion system running a guest Debian 6 Server in an Oracle VirtualBox environment. The Debian server runs Zend Server. The host has Zend Studio installed. The source code is located on…
chmielot
  • 156
  • 1
  • 7
1
vote
1 answer

Creating a New PHP Project from GIT in Zend Studio 9

I am having a problem while trying to create a new PHP Project from GIT, using Zend Studio 9. I have been able to create projects from GIT in the past with this version of Zend Studio, but the problem with creating this particular project, is with…
1
vote
3 answers

Transport error with Egit

I have set up a gitstack repo on a local server, I have also signed up for a free github account just to see what its like. But when I try to clone a repository from either my local repository or git hub repository I get this error: Transport…
MikeyJ
  • 454
  • 1
  • 5
  • 16
1
vote
1 answer

Running PHPUnit Tests in Separate Processes

I'm working on an AOP framework so I need to redeclare some environment variables and re-include files which are re-compiled by the framework on each test. I'm trying to run each test in a separate process so that I can do this but I'm not sure of…
Godwin
  • 9,739
  • 6
  • 40
  • 58
1
vote
9 answers

IDE Duel -- Zend Studio 7 or Dreamweaver CS4

I'm developing PHP apps that leverage several frameworks (though not the Zend Framework yet...) and I make good use of Javascript (mostly jQuery). All mark-up is XHTML, of course, with CSS, etc. I'm looking to move beyond the beautiful simplicity…
Nathan Loding
  • 3,185
  • 2
  • 37
  • 43
1
vote
2 answers

Does ZendStudio has included apache?

I have installed the ZendStudio for developing PHP, I wonder need I to install apache?
william007
  • 17,375
  • 25
  • 118
  • 194
1
vote
0 answers

Zend studio - run associated unit tests

Assume I have: MyClass.php which defines MyClass MyClassTest.php which defines MyClassTest which extends PHPUnit_Framework_TestCase. In netbeans (7.2) while in MyClass.php I can hit a keyboard shortcut to have it run any associated unit test.…
j-a
  • 1,780
  • 1
  • 21
  • 19
1
vote
2 answers

Zend Studio 9 error using built-in debugger - mac os 10.8

I've just upgraded to a new Mac running Mountain Lion (OS 10.8) and I'm having problems getting my fresh install of Zend Studio 9 to debug properly using CLI. Note that I am trying to run and debug using studio's built-in debugger and am not…
fredrover
  • 2,997
  • 2
  • 17
  • 24
1
vote
1 answer

Zend-Studio SVN Branch

I am pretty new using both Zend-Studio as well as SVN. I have checked out the trunk of my project. How do I commit changes as a branch of the trunk? Thanks in advance, fischer
fischer
  • 289
  • 5
  • 12
1
vote
1 answer

Java Heap Size for Zend Studio, soft limit reached, Robust hardware

I have a computer with Intel I7 2600 3.4Ghz processor, 32GB RAM, Windows 7 professional x64, JVM updated. In Zend Studio when run Source -> Format Code over many files, Zend crash with warning: Java Heap Size. I read about setting values in…
Jose Nobile
  • 3,243
  • 4
  • 23
  • 30
1
vote
2 answers

Installation of Zend Debugger using MAMP

I'm using the free version of MAMP. I'm using the latest version of MAMP 2.1.1 with PHP version 5.4.4. I'm trying to install the Zend Debugger, so I downloaded it from the Zend website, copy it to the following…
HTML Man
  • 937
  • 4
  • 16
  • 40
1
vote
1 answer

Zend Studio 9: How do I create a shortcut ?

I want to create a shortcut inside Zend Studio 9 for a code snippet I have created in the code gallery. How do you create a shortcut. I don't see anything in the user guide nor online. Many thanks!
Vince
  • 1,405
  • 2
  • 20
  • 33
1
vote
1 answer

do the Zend Studio support the remote javascript debug

I found phpstorm 4 can debug the javascript in remote browser, can the zend studio remote debug the javascript? I know zend studio can remote debug the php, but do it support remote debug javascript also? Thanks.
user1328584
  • 33
  • 1
  • 5
1
vote
2 answers

sending email through exchange server via zend server

I want to send a local e-mail through exchange server but zend give me this Message "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host…
Anas
  • 21
  • 1
1
vote
1 answer

Zend_Db_Table_Abstract issue?

Am trying to connect to Database table using Zend_Db_Table_Abstract. To do this am following these steps Step1: Created a class which extends Zend_Db_Table_Abstract
flex
  • 185
  • 5
  • 19