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

Getting Xdebug work in an environment with IDE on Windows and code base on Linux connected via NFS

I want to debug with Xdebug in a development environment, that is a little complex. The issue I'm observing: When I start debugging from my eclipse / Zend Studio, the launching stops on 57%: Launching myproject Launching: waiting for Xdebug…
automatix
  • 14,018
  • 26
  • 105
  • 230
0
votes
0 answers

Zend studio class autocompletion for classes imported by ClassRegistry init

I am using cakephp, and if e.g. inside the component I need to use a model and I use $myModel = ClassRegistry::init('MyModel') trying to use some method of $myModel - autocomplete does not fire. When I use this way of importing models in…
dav
  • 8,931
  • 15
  • 76
  • 140
0
votes
1 answer

How to hide all the comments in Zend Studio?

I wonder whether there is a hotkey that can hide all the comments both '//' and '/* */' ? So the real effective code is clear. and where can I find a Zend tutorial?
さむらい
  • 47
  • 1
  • 7
0
votes
1 answer

Zend studio remote system resource dose not exist?

I use remote system to synchronize the project in linux to the local by an option called Create Remote Project. anybody who used this?why it gives such an error!! Only one or two files can't be opened,The reason is that I open the Zend Studio before…
さむらい
  • 47
  • 1
  • 7
0
votes
0 answers

Command failed to execute : ant jar on Zend Studio

`cordova library for "android" already exists. No need to download. Continuing. Checking if platform "android" passes minimum requirements... Checking Android requirements... Running "android list target" (output to follow) Available Android…
0
votes
1 answer

Cannot push git commit to github repo using Zend Studio 10.0.1

I am able to hit the commit button in zend studio for eclipse in but nothing seems to get pushed to the git hub. I downloaded Zend 10.6 trial and it seems to work fine. I think there is an issue with my version finding Git? I updated the software.…
somejkuser
  • 8,856
  • 20
  • 64
  • 130
0
votes
1 answer

How to create a upload form using zf2?

am creating a user profile form and i want to add a image upload input.its a update form. this is my form. in this case am trying to store the image file in image folder and i will get the file name and store it in the database.
user3498966
0
votes
1 answer

Mustache partial notation in Eclipse / Zend Studio 10 throws invalid character warning

I'm running Zend Studio 10 with code using mustache templating. Mustache notation for including a partial is (from https://github.com/bobthecow/mustache.php/wiki/Mustache-Tags#partials): {{> my/partial}} This triggers a syntax warning (a little…
Ray
  • 40,256
  • 21
  • 101
  • 138
0
votes
1 answer

Ant Builder for SASS in Zend Studio (Eclipse) "Is A Directory" Error

The build script I am using:
nathanjosiah
  • 4,441
  • 4
  • 35
  • 47
0
votes
1 answer

zendstudio run phpunit with selenium

Zend Studio 10.6.1 on Windows 8.1: How to run PHPUnit Selenium inside Zend Studio (Version 10.6.1)? Zend Studio 10.6.1 has a built-in version of PHPUnit 3.7, but no phpunit-selenium package installed. I tried installing phpunit-selenium in my PHP…
Oliver Konig
  • 1,035
  • 2
  • 14
  • 17
0
votes
1 answer

How to get PHPUnit to recognize Libraries

We are using Zend Studio (Eclipse), and trying to run PHPUnit on our code. We have recently worked to move code from a '/vendor' source folder into libraries that are included by the IDE. So all our auto completion works, the project builds as…
CLo
  • 3,650
  • 3
  • 26
  • 44
0
votes
1 answer

Why angle brackets will not recognized by eclipse?

We are using comments like this in eclipse (zend studio): /** * @return array */ public function moo() { // returns array of objectxy } Now if I want to use method moo, I write: $myobj->moo(); And then, if I hover with mouse above…
kemal89
  • 931
  • 2
  • 8
  • 20
0
votes
1 answer

How to organize a large number of Routes in Zend Framework 2

We have a lot of routes for our application. We are using child_routes to try to keep them organized, but the config files still get very long and difficult to read through. Does anyone know of a better way to organize the routes? We're using Zend…
CLo
  • 3,650
  • 3
  • 26
  • 44
0
votes
1 answer

PHP Code Sniffer with Zend Studio Fails

I'm having an issue with PHP Code Sniffer plugin for Zend studio. I set up my php Executable to be my version of Zend 5.3.14. The PEAR library is also pointed to the executable in my zend directory. When I run code sniffer on a file it creates a new…
Lazadon
  • 193
  • 1
  • 1
  • 11