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

jQuery integration problem in Zend Studio/Framework

I'm struggling to build a simple zend framework application that can call jQuery. So, what I'm working under Zend Studio 7.1.1 where I added, in the library folder, the "ZendX" folder. And, I also downloaded the jQuery lightness theme that was added…
Zakaria
  • 14,892
  • 22
  • 84
  • 125
0
votes
2 answers

Universal Label Decorator Plugin for Eclipse in Zend Studio

Does anyone know how to use this plugin http://www.jave.de/eclipse/labeldecorator/ in Zend Studio 10 ?
Mankej
  • 9
  • 2
0
votes
1 answer

Uncaught SyntaxError: Unexpected token ILLEGAL - PHP and Javascript Zend Studio

Whenever I open, edit and upload a file from Zend Studio, I get this error when I visit the page. This doesn't occur before uploading. I'm having to delete the file, copy the content and re-upload every time I want to change a file. The console…
davidford.me
  • 824
  • 1
  • 15
  • 24
0
votes
2 answers

Fatal error: Class 'Application\forms\ArticleForm' not found in my Controller

So I've a problem that made me crazy :(, I create a form and when I use the class form in my controller I got this error: Fatal error: Class 'Application\forms\ArticleForm' not found in…
Mohammadov
  • 595
  • 3
  • 13
  • 34
0
votes
1 answer

How can I use git to version-control linux folder from windows development IDE remotely?

Is there any IDE function or any tools( I use Zend Studio ) to allow programmers to code in Windows but the code is saved on a linux server with git? I assume not every programmer needs to have a full stack of testing enviroment on his local PC,…
Hao
  • 6,291
  • 9
  • 39
  • 88
0
votes
1 answer

PHP Zend doesn't display correctly

I am trying to recreate the following blog's tabbed forms for my website. http://zendguru.wordpress.com/2009/01/15/zend-framework-and-dojo-creating-tabbed-form/ I currently have the form displaying on my page, however instead of tabs it displays…
Joe
  • 655
  • 1
  • 11
  • 24
0
votes
1 answer

In an eclipse based IDE, how do you access remote files through two ssh connections?

I'm working remotely and I need to access files on a server that's only accessible through ssh from another machine. For example if my files are on server2, I need to ssh me@server1 then once I'm on that machine, ssh me@server2 Is there a way to set…
Rudecles
  • 199
  • 3
  • 13
0
votes
3 answers

Subversion (SVN) Propfind 405 error

I am brand new to Subversion and have been told that this is the best thing since sliced bread. I have tried Google, and I am just drawing blanks on what is wrong and have tried multiple different suggestions. I get the following error. The…
Joe
  • 655
  • 1
  • 11
  • 24
0
votes
0 answers

php script hangs and doesn't exit while debugging a PHPUnit test

I've run into this problem twice, and didn't find an exact answer so I thought I'd post the solution I found here. When debugging a PHPUnit test using Zend Studio the environment just hangs and doesn't exit. When I press the stop button, the…
Mike
  • 1
0
votes
2 answers

How can I create a Zend Controller Test Case with Zend Studio?

I want to create a Zend Controller Test Case with Zend Studio 7.0. (from Zend documentation) "To create a new Zend Controller Test Case: 1. In PHP Explorer view, right-click the Controller file containing the classes you would like to test and…
0
votes
1 answer

Debugging with Zend Studio / Eclipse

Is it possible to debug PHP scripts so that it keeps running until an expression is true? For example, I want to know when $a becomes a certain value. I don't want to keep pressing step into and wait until the variable $a changes the value to it.
Tower
  • 98,741
  • 129
  • 357
  • 507
0
votes
2 answers

Zend Studio for Eclipse: Useful Features

There are several 'best Eclipse features' topics, with some great information, but there's much that isn't applicable to Zend Studio. So, Zend Studio users, what are your best timesavers?
Derek Illchuk
  • 5,638
  • 1
  • 29
  • 29
0
votes
1 answer

Zend studio cannot find xml file for PHPunit database testing

I have been trying to learn a bit about PHPunit testing and have been following this tutorial http://www.sitepoint.com/bulletproofing-database-interactions/ I have been unable to get the program to find the 'seed.xml (in ArticleDAOTest.php) when…
cstu
  • 31
  • 1
  • 6
0
votes
1 answer

how to install egit in zend studio 9.0.2 offline

install environment: windows 7 64 bit/XP 32bit zend stutdio 9.0.2 org.eclipse.egit.repository-3.1.0.201310021548-r I want to use git in zend studio 9.0.2 .but my PC can not connect to the internet.so i download egit 3.1.0 package.i try to install…
Venus
  • 1,184
  • 2
  • 13
  • 32
0
votes
1 answer

Xdebug is not working in Zend Studio 10

I'm using Xdebug in Zend studio 10, and I use the zend framework 1.12. I config the Xdebug and Zend studio as most tution. At first, everything is OK, when I debug the project, the cursor stopped at the breakpoint. But, I don't know what happened.…
roast_soul
  • 3,554
  • 7
  • 36
  • 73