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

Zend Studio 7.1 PHPUnit Test Case wizard does not populate "Element to Test"

When I follow the instructions in ZS documentation to create a phpunit test case, the wizard returns no objects to select on the "Element to Test" line. Selecting "browse" provides an empty dialog box. The PHPUnit path in my preferences shows…
Mike S.
  • 2,048
  • 1
  • 32
  • 55
1
vote
1 answer

Show function/statement declaration after selecting closing brace in Eclipse?

I'm wondering if you can do something similar to this functionality (available with Zend Studio 5.1) in Eclipse. There is an image of it in action here: http://tinypic.com/r/2d1pao1/6 As you can see, it doesn't just put a box around the starting…
Erebus
  • 1,998
  • 2
  • 19
  • 32
1
vote
1 answer

How can I show local file system browser for Zend Studio 10?

I cannot figure out how to show a local system file tree structure in Zend Studio 10. Nearly all IDEs have this capability. Can someone please tell me how I can browse my local system to open a file without having to create a project?
Pegues
  • 1,693
  • 2
  • 21
  • 38
1
vote
1 answer

How to get Smarty Template Highlighting in Zend Studio 9?

I am trying to find a way to get smarty templates, .tpl files, to work with Zend Studio 9. The smartypdt plugin fails to install on Mac OS, and all the other File Associations--I have tried PHP Editor and HTML as associated editor--fail, too. This…
k0pernikus
  • 60,309
  • 67
  • 216
  • 347
1
vote
2 answers

Is there a good PHP editor with user defined/custom code completion for MacOS?

By UDF code completion, I mean that if I have a function called: function get_whoopee($a, $b, $c) { } in filex.php, and I type "get_wh" from anotherfile.php, it will enumerate all functions matching that prefix (get_wh*) with prototype to jog my…
Jaimie Sirovich
  • 1,088
  • 2
  • 10
  • 14
1
vote
1 answer

require file using phar stream does not work within ZendStudio

I am struggeling with a quite strange problem within ZendStudio. Including or requiring files inside a phar archive using the phar extensions phar:// stream wrapper will not work from within ZendStudio. Here is what I have done. Given the following…
Ska
  • 168
  • 9
1
vote
2 answers

Using zend studio with codeigniter

I want to use Zend Studio for a project built on CodeIgniter. But I want to be able to use the debugging functionality of Zend. Because of that, I cant seem to get the debugger to work properly cause it doesnt "understand" codeigniter. So, in order…
Nicole Adler
  • 11
  • 1
  • 3
1
vote
1 answer

zend studio debugger timing out

I am attempting to setup a remote profiling session with a server. I have downloaded the latest version of Zend Debugger, and have installed it on the server with the following setup - http://puu.sh/3ezyh/39247f2f15.png . With my local machine, I…
Zxurian
  • 139
  • 2
  • 9
1
vote
1 answer

Having problems creating a new project in Zend Studio 7.0.2 (ubuntu 9.10)

I've just installed Zend Studio 7.0.2 on my Linux-Ubuntu 9.10 system. There were no problems during the installation but when I try to create a new project, the 'New Project' form hangs when I click the 'Finish' button. I can cancel the form but no…
Josh
  • 37
  • 6
1
vote
3 answers

Zend Studio 7 - code template source?

Is there a code template gallery for Zend Studio 7? I used to use Zend Studio 5.5 but since they moved onto eclipse, I haven't found the time to adapt to it. I remember Zend Studio 5.5 came with code templates for generating php docblocks and other…
Andrei Serdeliuc ॐ
  • 5,828
  • 5
  • 39
  • 66
1
vote
1 answer

PHP, Eclipse/Zend Studio & Debugging with expressions

I have a variable in my PHP application that changes often, I'd like to debug so that it keeps executing until the variable changes to a specific value (in this case boolean true). I've heard this could be done with expressions? True?
Tower
  • 98,741
  • 129
  • 357
  • 507
1
vote
0 answers

how to change default structure in zend studio

when I create a new project in zend studio it creates structure as follows: application -controllers -models -views I would like it to follow modular pattern application -module -controllers -models -forms …
Barry Hamilton
  • 943
  • 3
  • 15
  • 35
1
vote
0 answers

Eclipse / Zend Studio CSS Classes and ID's autocompletion

I'm using Zend Studio for my PHP projects, it's simply perfect for PHP development but sometimes I need to go out from Model and Controller and deep into Views (*.phtml files in my case). I successfully enabled the Javascript autocompletion in the…
fntlnz
  • 411
  • 2
  • 6
  • 14
1
vote
1 answer

Zend Studio selecting full Block

Is there any way to select a full block in Zend Studio? We can just use Ctrl + Shift + P and jump to end of the block but is there any way to select the block code like that ?
Zero Cool
  • 63
  • 1
  • 2
  • 5
1
vote
1 answer

How to run Zend Studio Remote Systems SSH using sudo bash

In regular SSH, I can login as a user "foobar" with a password "pwd" and type sudo bash and the same password "pwd" to perform superuser activities. I setup a Zend Studio WorkSpace for the same SSH server using Remote Systems SSH access and login as…
user1207994
  • 30
  • 1
  • 7