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

Creating new Module in Zend Studio (Zend Framework 2)

I have been following the tutorial from Zend (http://www.youtube.com/watch?feature=player_embedded&v=EerB9bTvqrY) however when I add a new Module in my project I can not navigate to it, are the instructions in this tutorial incorrect? Basically when…
Jonjon
  • 67
  • 1
  • 9
1
vote
1 answer

Zend Studio 7 code folding

just another simple question (as always). I have tried to find out how to fold a PHP function using shortcut in Zend Studio 7 and have found on the Preferences section that the shortcut is Ctrl+Numpad_Add. I tried it and also changed into new…
user189502
1
vote
1 answer

Is the Vendor/Library folder needed with ZF2 and Zend Studio 10?

In our Zend Studio 10 setup for a ZF2 project we have the Zend Framework 2 included as part of our PHP Include Path. But then the project is also setup with vendor/zendframework/zendframework/library/Zend/ which contains a duplicate of the library…
CLo
  • 3,650
  • 3
  • 26
  • 44
1
vote
1 answer

Image Not Found When Using Blackberry Signing Tool

[exec] dyld: Library not loaded: /Library/Frameworks/RimBlackBerryUSB.framework/Versions/A/RimBlackBerryUSB [exec] Referenced from: /Users/marc/Blackberry/bin/javaloader [exec] Reason: image not found [exec] Result: 133 I've just had to…
user2021438
1
vote
0 answers

Zend Studio 10 and PHPUnit from Composer

I have a project that uses Composer to manage it's dependencies; one of them being PHPUnit. To run my project's test suite, I run the following command on the terminal: bin/phpunit -c tests/ Using the binary from the Composer PHPUnit version and…
Daniel Ribeiro
  • 10,156
  • 12
  • 47
  • 79
1
vote
1 answer

Run CakePHP tests in Zend Studio

I'm able to run my CakePHP unit tests from the console, but it would be a lot easier if I could use the built in features of Zend Studio 9 to run those tests. I've not been able to find any tips on how to run CakePHP tests in Zend Studio. Is this…
Reactgular
  • 52,335
  • 19
  • 158
  • 208
1
vote
1 answer

Zend Studio 9 : Where are SVN logs

I'm trying the integrated Zend Studio Subversion features. I'm searching for a way to see what have been updated when I run a "svn up". In tortoise, when I update, I can see what files arrived and double click on one to see what changed. There is…
Nicolas Thery
  • 2,319
  • 4
  • 26
  • 36
1
vote
1 answer

Remote connections with Zend Studio

I was looking for an IDE that will allow me to import all the necessary files to develop and debug Magento modules and found Zend Studio came recommended. I am having trouble connecting to my ftp to download the files. I created a remote connection…
spkelly86
  • 97
  • 2
  • 10
1
vote
1 answer

Zend Studio 9 Debugging - See all of a variables contents

When debugging in Zend Studio 9, if I hover over a variable I can only see a portion of it's content, up to 1024. I have a var that has a ton of text assigned to it. How can I view the entire contents of a variable in Zend?
user1176783
  • 673
  • 4
  • 19
  • 39
1
vote
2 answers

How to properly perform an SVN relocate on Zend for Eclipse

I've been using Zend Studio for Eclipse for about a year, and our SVN repository has gone through a number of different relocations (IP changes, etc.), but I'm never able to correctly move the repository on Zend Studio. What is the standard…
Ali
  • 603
  • 2
  • 6
  • 17
1
vote
2 answers

How to hide all javadoc (phpdoc) blocks in Eclipse IDE?

I want to hide all phpdoc information. When I click to "-" as shown in the image below I can hide but I have to do it for each phpdoc block. Is there a way to hide all phpdoc information.
Farid Movsumov
  • 12,350
  • 8
  • 71
  • 97
1
vote
1 answer

Why do I get these warnings from Zend Studio?

There are a few class names that make Zend Studio give me a warning like the following wherever I use them: Description Type Class 'Column' not found DLTK Problem However, just like for all my other classes, the…
Diego Saa
  • 1,426
  • 1
  • 13
  • 23
1
vote
2 answers

Cursor color in Eclipse 3.5/Zend Studio 7 on Mac OS X

Does any of you have a clue on how to change the cursor color in Zend Studio 7.0 on Mac OS X? I am asking because I really fancy dark colored themes. After a few hours I managed to port my favorite theme from TextMate.app. However my cursor is still…
Preben
  • 132
  • 2
  • 6
1
vote
2 answers

using git for web testing and deploying live site

At the minute I have a local git repo which sits in H: drive. When I make changes to the files and save them, they are stored here. I can then commit, push and pull the files and branches to and from a remote repo on my git server. What I would…
MikeyJ
  • 454
  • 1
  • 5
  • 16
1
vote
1 answer

Pass values between two actions with out passing them through url,in Zend?

Is there any specific way to pass values between two actions without passing them through urls in Zend? View This is where I have to use it. When I click on view, I should be redirected to a different action on another controller,…
harry
  • 1,410
  • 3
  • 12
  • 31