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

Installing ZendDebugger.so on OS X PHP 5.3.19

I'm trying to get the ZendDebugger.so extension loaded in my custom (homebrew) PHP 5.3.19 install on OS X Mountain Lion, and all I get is: Failed loading /path/to/php/extensions/ZendDebugger.so: dlopen(/path/to/php/extensions/ZendDebugger.so, 9):…
Mike Flynn
  • 2,153
  • 16
  • 22
0
votes
1 answer

eclipse / Zend Studio: How to add PHP servers and debug configurations from outside?

Is it possible to create new PHP servers and debug configurations sets outside of eclipse? What files do I need to create/change to do this? I want to write a script to automate this process.
automatix
  • 14,018
  • 26
  • 105
  • 230
0
votes
5 answers

Generate getters and setters (Zend Studio for Eclipse)

I'm using Zend Studio for Eclipse (Linux), and I'm trying to generate getter and setters methods in a PHP class. I try to do this: http://files.zend.com/help/Zend-Studio-Eclipse-Help/creating_getters_and_setters.htm but I haven't "Generate Getters…
jävi
0
votes
1 answer

Zend Studio 9 trial remote settings ok but upload error

I imported a drupal installation from an ftp server by right-clicking new -> project... -> PHP project from remote server. It's an SFTP connection so I chose SSH. All the settings seem to be right because the folder actually gets imported into my…
Immers
  • 343
  • 1
  • 6
  • 22
0
votes
1 answer

Zend Studio 9 messes up indentation

I'm moving my project from Zend Studio 5 to 9. Zend 9 ruins my indentation. Previously my code was formatted to have a tab be two spaces. Now Zend is using four spaces and some lines are indented further than before. Before: $a=1; $b=1; …
Aaron Kreider
  • 1,705
  • 5
  • 22
  • 44
0
votes
2 answers

Zend Studio & GitHub can pull from repository but not push

I followed directions from this page. Everyting seems to work. So in short what I did. Created a repository in GitHub called 'myrepository' Imported the repository successfully into Zend framework. In Zend Studio went to preferences -> general ->…
Immers
  • 343
  • 1
  • 6
  • 22
0
votes
1 answer

Call Zend FlashMessanger from my custom library

I've searched the web but couldn't find any example, so maybe you know if it's possible and whether it is a good idea. I wrote a function adminloginCheck() that is located in library/myNameSpace/LoginCheck.php I moved the code I had inside the…
mrGott
  • 1,066
  • 3
  • 18
  • 53
0
votes
2 answers

SVN Error: could not commit files to svn

I have checked out a working copy from SVN using Zend editor. I cant commit the changes to SVN. Its throwing an error [Some of selected resources were not committed. svn: Commit failed (details follow): svn: can not read HTTP status line svn:…
user1537893
0
votes
1 answer

Zend Studio 9: Remote Server and dot folders

It looks like Zend Studio 9 "Remote Server Support" tool just ignores folders, beginning with a dot. And I hadn't found I it's possible to change this behavior. Example: Suppose we've got the following set of files on a local Win7 x64…
Igor
  • 1,359
  • 19
  • 34
0
votes
1 answer

Use a comment to improve code analyst function in PyDev like ZendStudio

In Zend Studio, I can use /** @return CUser */ function getUser() { } to tell IDE, the type of return value of the getUser function is CUser. but I can't do the same thing in pydev, I want to know how I can do the same thing.
lifei
  • 235
  • 2
  • 10
0
votes
1 answer

How to define own functions in zend framework

Actually I wanted to know that is there any way to define and call a function in Zend framework which does not need to put with $this like pr() function in cake php. I want to define a such a function which can be called directly in all controllers…
Manish Jangir
  • 5,329
  • 4
  • 42
  • 75
0
votes
1 answer

How to display Zend Studio tasks for one project?

I'm using Zend Studio 9 and would like to use the tasks feature by adding tags in my code such as @todo etc. When I open the tasks view, there is a huge list of existing tags from other libraries that cause so much clutter the list becomes too…
Nick
  • 33
  • 1
  • 5
0
votes
1 answer

SVN syncing fails with ZendStudio

When I try to sync with my SVN (I'm using unfuddle) through ZendStudio I get the following error: Some of selected resources were not committed. svn: Commit failed (details follow): svn: MKACTIVITY request failed on …
rashcroft
0
votes
1 answer

How to enable intellisense for jquery in zend studio?

I'm currently working on an application based on zend framework. I've done some applications that uses dojo, and zend studio intellisense seems to be supporting it quite well. But when I moved to an application that uses jquery there was something…
harry
  • 1,410
  • 3
  • 12
  • 31
0
votes
1 answer

Zend Studio 9 - SVN version number doesn't show

I've installed Zend Studio 9 (Eclipse) on my Ubuntu 12.04 desktop, with SVN. After installing SVN I got a question about which connector I wanted to install. The server uses subversion 1.4.4, and this was not listed. I chose SVN KIT 1.3.5, for 1.5.…
SPRBRN
  • 2,406
  • 4
  • 35
  • 48