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
3
votes
3 answers

Zend Server "Caching" of JS and CSS files

I'm running Zend Server in a CentOS VM on Vitrualbox and I'm having a problem with linked JS and CSS assets being "cached". I say "cached" because they aren't, in the true sense, being cached, but rather when I add content to a JS or CSS file they…
Josh Stuart
  • 1,530
  • 1
  • 13
  • 23
3
votes
1 answer

How use LF for line endings in Zend Studio 8/9 or on Eclipse on Windows 7

I need to use unix Style line endings (only LF) in Zend Studio 8/9 or in Eclipse on Windows, how should i do that?
Nicola Peluchetti
  • 76,206
  • 31
  • 145
  • 192
2
votes
3 answers

Zend studio creates empty index.php file

Wehenever i create a new project in zend studio (New -> local php project) on an existing directory (code checked out with git) it tries to make an empty index.php file (i already have an index.php so zend studio just replaces it with an empty…
thecodeassassin
  • 816
  • 10
  • 24
2
votes
1 answer

Zend Studio 8 to 9 Upgrade (Mac OSX 10.6)

Since there is little information on how to upgrade from Zend Studio 8 to Zend Studio 9, I was wondering if someone had a recommended approach. My Goal: To upgrade from Zend Studio 8.0.1 to Zend Studio 9.0 To keep all (or at least most) of my…
Yes Barry
  • 9,514
  • 5
  • 50
  • 69
2
votes
1 answer

How can i search file content using Zend studio RSE

I have many folder directories under my Remote System Explorer . How to Search entire files in a directory for a keyword using Zend studio search?
zod
  • 12,092
  • 24
  • 70
  • 106
2
votes
1 answer

Eclipse - open all files in current working set?

Is there a way to instantly open all files in the current working set?
Owen
  • 7,347
  • 12
  • 54
  • 73
2
votes
2 answers

Zend studio with wampserver?

Does anyone how I can use my already installed wamp server with my zend studio. Do I have to make some kind of configuration for the studio to run on the wamp server? Do I have to save my projects in some specific directory? I'm totally new in php…
helloThere
  • 1,561
  • 3
  • 16
  • 20
2
votes
2 answers

Installing mantis for mylyn on Zend Studio 8

Has anyone been successful in installing the mantis connector for mylyn in Zend Studio 8? I keep getting the following error when trying to install. Please help, I understand this should boost productivity. To install the connector I'm doing new…
Darren Cato
  • 1,382
  • 16
  • 22
2
votes
1 answer

Why eclipse change the permission and how to disable it?

I work with eclipse (in fact last version of Zend Studio) and the project i currently work on is in a distant directory mounted with samba. When i save a PHP file, permissions are changed and the executable flag is added. I don't have the problem…
Brice Favre
  • 1,511
  • 1
  • 15
  • 34
2
votes
0 answers

How to use xdebug to remotely debug a php script hosted on a vmware

I'm having a really annoying problem. I use ZendStudio as a php IDE and I need to be able to debug an application which is deployed in a couple of servers: A fisical server A virtual server (vmware) hosted on my local machine Both servers run…
Muc
  • 1,464
  • 2
  • 13
  • 31
2
votes
1 answer

Zend Studio and PHPUnit getting started problems

I am trying to create my first unit test. I use Zend Studio, and I have added the phpUnit library to my project by going to: Project -> Properties -> Add Library When I run it as PHP Unit Test I get the following error: Unable to run a PHPUnit…
Teodor Talov
  • 1,933
  • 2
  • 25
  • 39
2
votes
1 answer

Zend Studio formatter uses wrong format

I am using ibuildings ZF. When I press Ctr+Shift+F the code is formated this way $adapter = $this->getAuthAdapter( $form->getValues()); $auth = Zend_Auth::getInstance(); $result = $auth->authenticate($adapter); if (! $result->isValid()) { …
overthetop
  • 1,664
  • 2
  • 15
  • 25
2
votes
2 answers

Is it possible to stop Zend Studio from formatting embedded PHP like this?

I want to upgrade to Zend Studio (currently using Netbeans), but I am slightly disappointed about how the formatter formats PHP in HTML attributes. Given this: "> Zend Studio will format it similar to this:
Chris Laplante
  • 29,338
  • 17
  • 103
  • 134
2
votes
1 answer

Does zend studio create project structure?

When I tried the Zend Studio to create new zend framework project it creates just the folder named with project name but it's empty. In some tutorials I've seen it creating the full structure of zend project public,…
ahmedsafan86
  • 1,776
  • 1
  • 26
  • 49
2
votes
1 answer

Generate class diagrams from PHP classes automatically?

I have build a web application in Zend Framework and now desperately need a tool/plugin which can generate class diagram from all of my Zend Controllers (Classes). I uses Zend Studio and Eclipse so if you know any plugin which does the job then…
Vishal
  • 91
  • 1
  • 2
  • 9