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

Zend Studio and PHPCloud

I created from scratch a cloud app located at: http://jimszend.my.phpcloud.com/ I have zero files on my local drive, but I am trying to get them from the server using Zend Studio. I have found this page to accomplish this but it does not…
jim dif
  • 641
  • 1
  • 8
  • 17
0
votes
2 answers

Mercurial TextAuth plugin error "Parse exception: '*** failed to import extension textauth.file from C:\inetpub\auth: invalid syntax (auth, line 1)'"

I've installed the TextAuth plugin to Mercurial to add basic authentication for pulling/pushing code. Via Tortoise HG Mercurial interface, I get the error below, but the operation continues and authentication is accepted and working correctly, i.e,…
i-CONICA
  • 2,361
  • 9
  • 30
  • 45
0
votes
1 answer

Cannot modify header information - headers already sent... Is this the cause of my bug?

I am working on a PHP website whose code I inherited from a development team. I am trying to get it to run properly on my local machine (Windows 7/Apache/Zend Studio), but I am having trouble with the login. Instead of directing me to the front…
Mike Furlender
  • 3,869
  • 5
  • 47
  • 75
0
votes
2 answers

Zend Studio 7.0 + Zend Framework

I have used Zend Studio 7.0 on a project, and i don't know why is showing me something like this on my project http://screencast.com/t/fjBwsIUP
Uffo
  • 9,628
  • 24
  • 90
  • 154
0
votes
1 answer

How to debug in Zend Studio with Mod_Rewrite?

I am working on a PHP web project and want to debug it locally. The website is designed with mod_rewrite such that a request to www.mysite.com is rewritten to www.mysite.com/fitch/index.php?cmd=home. Zend Studio requires me to select a file when I…
Mike Furlender
  • 3,869
  • 5
  • 47
  • 75
0
votes
1 answer

What is wrong if one has to use "git push --force" to push?

A co-worker has to use the force update option (in the GIT Zend Studio plugin) - otherwise we do not receive the commits he pushed. I think this corresponds to git push -- force which looks dangerous to me: --force Usually, the command refuses to…
Alex
  • 32,506
  • 16
  • 106
  • 171
0
votes
0 answers

How to configure PHPMD (PHP Mess Detection) in Zend Studio

I've installed the PHP PTI Tools as plugin in Zend Studio. I can find options to configure the PHP Version and used PEAR libraries for PHP Depend, PHP Copy Paste Detector and Code Sniffer. But not for PHP Mess Detector. Is there some way to…
spankmaster79
  • 21,555
  • 10
  • 42
  • 73
0
votes
1 answer

Git-SVN and Zend Studio

so I have started using git-svn at work because I hate the way branching is done in svn and I know how to use git effectively. My question is, since I am doing everything, git related, via command line - this includes branching, checking in and out…
TheWebs
  • 12,470
  • 30
  • 107
  • 211
0
votes
2 answers

Zend Studio 9 new projects created in ZS don't have all folders

So I'm starting out with Zend studio. I installed Zen Frameworks, Zend Studio 9.0 and at one point Zend Server CE (but then removed server). The problem I am seeing is that when I create a project from my Terminal app using zf.sh, the folder…
AaplMike
  • 343
  • 1
  • 4
  • 15
0
votes
1 answer

Zend Studio 9 - Code folding

Is there any trick to collapse one portion of code in Zend Studio 9? I can collapse functions and/or classes, but there is no support for "if statements" folding nor selection.
0
votes
1 answer

$_SERVER['ZEND_PHPUNIT_TESTS_LOCATION'] not set correctly in Zend Studio

I set up unit testing in Zend Studio last week, and it was working fine.. until suddenly after some refactoring, I got an error that the following file was not found in…
crazyphoton
  • 623
  • 5
  • 20
0
votes
1 answer

External Program Configuration zend studio

In Eclispe, I am able to go to Run > External Tools > External Tools Configuration and see an option called "Program" on the left. From there I can add a configuration that runs an external perl script, in this case one that scps the file I'm…
acobster
  • 1,637
  • 4
  • 17
  • 32
0
votes
1 answer

Subversion Repository Location using Zend Studio

I'm trying to find the correct repository location to connect to my SVN project on the server via IP address using Zend Studio 9 for the first time. I have setup the repository in /var/www/accountname/rep and the project in…
Donna
  • 209
  • 5
  • 11
0
votes
3 answers

Fatal error: Uncaught exception 'Zend_Loader_Exception' with message 'Resource loader requires both a namespace and a base path for initialization' in

Following is my project structure, In the bootstrap file, am loading modules like this protected function _initAutoload() { $autoloader = new Zend_Application_Module_Autoloader(array( 'namespace'=>'', …
flex
  • 185
  • 5
  • 19
0
votes
1 answer

Zend Studio 9 include built in Zend Framework Library

I recently installed Zend Studio 9 and created a Zend Framework project. In the setup options it says that it includes the Zend Framework library and when a project is created, under all the project files in the php explorer it says it's being…
user830593
  • 221
  • 1
  • 6
  • 13