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

Is there a way to configure Zend Studio 12 to format Laravel/Blade code

I hope this doesn't come as a trivial or subjective question. But I am working on migrating several basic PHP projects to use the Laravel framework, and am using Zend Studio 12 as my IDE. There are several times during my development where I would…
cchapman
  • 3,269
  • 10
  • 50
  • 68
0
votes
1 answer

Zend Studio - numbers of workspaces in List "Switch Workspace"

There is a list of 5 workspaces by [File/Switch workspace]. Where can I increase the number of available workspaces? I know, there is a button to browse the whole filesystem, but it's troublesome. I'm sure, there is a menu to change the option from…
Sarah Trees
  • 822
  • 12
  • 28
0
votes
1 answer

Why Zend Studio doesn't recoqnize my zend server?

If I try to debug, what I see is this screenshot. Basically Zend says that there is no PhP server selected for test project. And then the auto generated URL which cannot be chang esays http:/// But I GOT a server. And usually this get taken care…
user4234
  • 1,523
  • 1
  • 20
  • 37
0
votes
1 answer

zend studio intellisense stopped working

The intellisense feature in zend studio 7 just stopped working. I do as usual -> Start typing, hit ctrl+space and the suggestions pop up is empty. It just happened out of blue. No hard eclipse restarts, no crashes! Anyone got any thoughts? Thanks
iBiryukov
  • 1,730
  • 4
  • 19
  • 30
0
votes
1 answer

Zend Studio 7.2 Not creating proper project files

I am just trying to test out the new Zend Studio 7.2, and in the beginning I was able to create proper project files just fine, but for some reason, not it doesn't want to create them I just receive empty files, plus some "error icons" on top of the…
Justin
  • 2,502
  • 7
  • 42
  • 77
0
votes
1 answer

Disabling WSDL file validation in Zend Studio

How can I disable WSDL file validation in Zend Studio? I have many WSDL files in a project and it takes much much time to validate all of them. Thank you in advance.
farzan
  • 1,160
  • 2
  • 14
  • 25
0
votes
1 answer

debugger for developpement PHP extention's

I m starting developping a php extension based on C and the zend Api. I m looking for a debugger which I can use for this. I found a extension called 'Zend Debugger' but I m not sure if it's related to debugging php codes of web apps or related to…
user1635536
0
votes
1 answer

How to pass arguments when i profile a CLI PHP in Zend Studio?

I would like to profile a php script in CLI mode with Zend Studio 11.0. When I click right on the script, i choose "profile as" > "1 PHP CLI application". The script is immediately executed and profiled. But I have to pass arguments to the script.…
Cédric E.
  • 85
  • 1
  • 1
  • 6
0
votes
1 answer

Add php extension (geoip.so) to Zend Studio for code validation

just have a short question here. I've just installed new php extension (geoip.so) using pecl to /usr/local/zend/lib/php_extensions/ and added the extension to the php.ini. Run the code and it works just fine. But Zend Studio is giving warning of…
Agustinus
  • 1
  • 2
0
votes
1 answer

Zend Studio shows: Drupal's DatabaseStatementBase does not define DatabaseStatementInterface.rowCount()

My eclipse(Zend Studio 12) keeps showing an error in the source code of Drupal's database API that the class DatabaseStatementBase implements the interface DatabaseStatementInterface, but does not implement the abstract method…
rineez
  • 753
  • 13
  • 33
0
votes
1 answer

How to add Xampp to Zend Studio

I just installed Zend to try. On startup it asked me to point out the workspace. I pointed it out to C:\xampp\htdocs. Now i am trying to create a project and it asks me to add PHP Server. I never worked on any server except Xampp. But it doesn't…
Raheel
  • 8,716
  • 9
  • 60
  • 102
0
votes
1 answer

How to debug a php page when it need recieve http request?

I am using zend studio to develop php, and installed xdebug on apache2. Now I can debug the php page by right-click the page and debug-as cli. If I need to debug the registration form page that receives the user input information. How can I debug…
liam xu
  • 2,892
  • 10
  • 42
  • 65
0
votes
1 answer

Having trouble with URI routing for modules in Zend Framework

I'm just starting off with Zend Framework, and I'm not quite sure what I'm doing wrong with the URI routing. I'm starting with an initial Zend Framework project in Zend Studio based in my htdocs folder (I'm using Zend Server as well on Windows 7).…
cchapman
  • 3,269
  • 10
  • 50
  • 68
0
votes
2 answers

Zend Studio Intellisense + zend Framework

I've got a very annoying problem with my Zend studio. I have a zend framework project I am working on. The actual zend framework code is inside my project (in library folder) and then ZS seems to reference to its own version of zend framework. As…
iBiryukov
  • 1,730
  • 4
  • 19
  • 30
0
votes
1 answer

How to setup laravel project in Zend Studio?

I've setup Laravel project in Zend Studio 11, but it can't see the dependencies classes as View , Route , etc .... . I've updated dependencies in composer but it still gives error , please help me
Mohamed Gamal
  • 145
  • 1
  • 2
  • 12