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
2
votes
0 answers

PHPUnit - The test case was unexpectedly terminated: Debug Error: Class not found: Interface not found

I get this class of error: Debug Error: Class/Interface not found And more abstract one from PHPUnit: The test case was unexpectedly terminated. Specific Example: Debug Error:…
Dennis
  • 7,907
  • 11
  • 65
  • 115
2
votes
1 answer

Zend Studio for Eclispse Expand All feature

is there a way to select a folder and somehow expand all the child folders of the selected folder? It would be very useful. The issue that I imagine is that because in Zend Studio php files are expandable also so they can show their classes…
panosru
  • 21
  • 2
2
votes
3 answers

Call Plugin in other Plugin ZF2

in Zend Framework 2 as I can recall a plugin module A plug-in module B. If you recall the plugin from the controller, it works everywhere, but I need to call a plugin in another plugin. How can I do?
Carol Casta
  • 75
  • 1
  • 9
2
votes
1 answer

Zend Studio Debug Url with Http Headers

Can I send http headers when using 'Debug URL' in Zend Studio (eclipse)? I'm debugging an application on a remote server that requires http headers for authentication, json context, etc. I'm able to debug using the Zend Debugger browser extension…
pdizz
  • 4,100
  • 4
  • 28
  • 42
2
votes
1 answer

Increase font size in zend studio

I am using zend studio since last 3 years, but do not know how can we continuously increase or decrease font size. like in some editors we use ctrl++ and ctrl+- and in some ctrl and mouse wheel.
Jaskaran Singh
  • 2,392
  • 24
  • 39
2
votes
0 answers

Zend Studio 10 crashes with Android SDK and ADT

I downloaded new Zend Studio 10 trial version and under it's welcome page I included Android Developer Tools. After it has made update, I tried to create a sample android project upon which I received an error that Android SDK is missing. I went to…
Erich Jagomägis
  • 285
  • 1
  • 4
  • 13
2
votes
0 answers

Zend Server resets to defaults on Zend Studio 10 startup

I' m running Zend Server 6.0.1 and Zend Studio 10 on Mac OS X Mountain Lion. Because Zend Servers Apache listens to port 10088 by default on Mac OS, I changed that in Apache configuration file to port 80. Additionally I changed document root to…
Sebastian Schmidt
  • 1,078
  • 7
  • 17
2
votes
1 answer

Getting 404 Error when the URI is right

I am using PHP 5.4, Zend Studio and Zend-Server. I am getting an 404 error when I use this uri: http://localhost/MyExample/public/index.php but when I use this uri I get the right page to display: http://localhost/MyExample/public/index.php/ I…
user751651
2
votes
1 answer

Zend Studio 10: New PHPUnit Test Case Error Regarding PHPUnit_Framework_TestCase Extension

I am attempting to set up some PHPUnit test cases in Zend Studio but am stuck on the "New PHPUnit Test Case" form. The error I get is: There are several elements with the name 'PHPUnit_Framework_TestCase' in project 'espnova'. Click 'Browse...'…
Jonathan Eckman
  • 2,071
  • 3
  • 23
  • 49
2
votes
1 answer

How to get Zend Studio auto-complete working with CakePHP models?

I would like Zend Studio to recognize the class type for all the controller's models, in a CakePHP 2.x project. This is how I currently do it. class MyController extends AppController { public $uses = array('Scan'); public function…
Reactgular
  • 52,335
  • 19
  • 158
  • 208
2
votes
1 answer

#warning#Call to undefined function 'print_r' when I copied my php file from one site to another in the same Zend

I can't really understand what happened here. What I've done was to copy a php file to another project in the same Zend. It's a warning, not an error. My computer is supposed to have only one php version, so it seems nothing to do with the php…
anna
  • 662
  • 5
  • 28
2
votes
1 answer

Adding existing local git repo - Zend studio

I have local git repo, which i'd like to add to my projects as a GIT PHP Project. My workspace is at C:\www and repo is at C:\www\citest which is a existing git repo. Now when i try to create project from git like so Project Name: citest Location:…
Kristian
  • 3,283
  • 3
  • 28
  • 52
2
votes
1 answer

Zend Studio 9 Settings Export / Import

Simple question: Is there a way to export / import settings to a new install in Zend Studio 9. The main required aspect being to recreate my code colouring set-up. I cannot see anything related in the Export menu and copying from hidden application…
Ingmar Boddington
  • 3,440
  • 19
  • 38
2
votes
1 answer

Prevent Zend Server CE from loading at start up Mac OS X?

I installed the latest version of Zend Server CE on my MacBook Pro and I would like for someone to instruct me how to stop it from loading upon start up. I only want it operational if I choose to start it. I'm sure it's simple but so far, I can't…
max7
  • 800
  • 2
  • 16
  • 37
2
votes
1 answer

Zend Studio autocomplete when extending classes

I have been programming PHP for 7 years now- really enjoy the OOP approach with MVC and Zend Studio autocompletion. Though it's not as complex as Visual Studio you can usually get around any autocompletion mistakes by making hints as this for…
Simon Sessingø
  • 335
  • 2
  • 10