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

Namespace hinting in Zend Studio

I have a php project in my Zend Studio which has the Subfolders src/ vendor/ (Silex). In my src folder i have a folder Structure like Company/Project/... When i want to create a new class via the wizard, in my other projects it fills in the…
Johni
  • 2,933
  • 4
  • 28
  • 47
2
votes
1 answer

How to set ZendStudio NOT to delete trailing spaces?

I've just installed the latest Linux version of ZendStudio 9.0.4 Trial to test it out. And now when I save a file it removes all the trailing spaces inside that file which "damages" the SVN. I know about the option Preferences->PHP->Editor->Save…
Teneff
  • 30,564
  • 13
  • 72
  • 103
2
votes
3 answers

Implement a search using zend

I have site which is managed using CMS entirely developed on zend. Now I have to Implement a search feature too. I'vent done anything related to search in zend. Some suggestions that I received is to implement a spider. The site will have plenty of…
harry
  • 1,410
  • 3
  • 12
  • 31
2
votes
1 answer

CodeIgniter auto complete in Zend Studio 9.0.2

Been trying to get Zend Studio to auto complete CodeIgniter. Stumbled upon this stackoverflow answer though with no luck. I have added system/libraries to the PHP Include Path, though when I open a controller and try to get auto complete to work…
2
votes
1 answer

How do you change the PROJECT_LOC in Zend Studio

Issue : I setup Zend Studio before I installed Zend server and start a important project. Now the PROJECT_LOC for this one project is in C:\Users\Username\Zend\workspaces\proejctname\projectname. So it's not the end of the world, BUT it is slowing…
Caiapfas
  • 146
  • 1
  • 2
  • 10
2
votes
1 answer

Zend Studio / Eclipse formatting new line on end parenthesis of function invocation

So, this is how function invocations are setup with my custom formatting: Eclipse does this regardless, notice at the end the 3 parentheses, together. arg? $this->addElement( new Form_Element_Note('test', array( 'value' => 'test' …
wesside
  • 5,622
  • 5
  • 30
  • 35
2
votes
1 answer

Zend Studio 9 - Create PHP Project From Git (BitBucket)

I can not for the life of me get Zend Studio to create a project from git (bit bucket) I have tried HTTPS, SSH I have generated a key and put it in bit bucket, I have the key configured in Zend, I am not sure what else I can try, I am dying for…
jroberts
  • 449
  • 1
  • 5
  • 13
2
votes
1 answer

Syntax highlighting for PHP files without PHP tags in Zend Studio

I'm working on a PHP framework that doesn't require included file to start with a open PHP tag (
Godwin
  • 9,739
  • 6
  • 40
  • 58
2
votes
2 answers

PHP script to Generate Javascript & Highlighting in Zend Studio

I have a PHP script that I am using to generate some rather complicated javascript for a web application. It is necessary that this script be generated by PHP for scalability reasons. Here is my problem: if I name the file myscript.js, then I have…
Stephen Fuhry
  • 12,624
  • 6
  • 56
  • 55
2
votes
1 answer

Can't Understand Controllers of MVC in Zend Framework

I'm a novice to php5 and Zend Framework and I'm using Zend Studio. I have gone through many documentations but I still can't understand the concept behind the controllers in Zend. To explain in short, I'm trying to develop a small web application…
PHP-Zend
  • 301
  • 1
  • 4
  • 20
2
votes
1 answer

Changing Zend Server Document Root

I would have thought this one would be simple but I'm trying to change my document root from the default: C:\Program Files (x86)\Zend\Apache2\htdocs to the location where I normally keep my projects in my documents but so far I have had no luck,…
Godwin
  • 9,739
  • 6
  • 40
  • 58
2
votes
1 answer

I wants to import eclipse theme file to zend studio how can i do it?

hi there i wants to import theme.xml file from eclipse to Zend studion, can any guys suggest me how can i do it?
Ajay Patel
  • 791
  • 11
  • 24
2
votes
1 answer

How does Zend Server deal with database migrations during application deployment

So I've been playing around with Zend Server to deploy and manage my PHP Applications. The application deployment and roll back is kind of neat, but how does it deal with database migrations if there are any? Does anyone have any experience with it…
Reza S
  • 9,480
  • 3
  • 54
  • 84
2
votes
2 answers

With PHPUnit, using a Data Provider, the last data set always shows "The test case was unexpectedly terminated"

So I'm using PHPUnit for testing. Trying to use a DataProvider with one of my tests. /** * Tests Events_Event->Events_Event() * @dataProvider provider */ public function testEvents_Event($Name, $param, $time) { …
CLo
  • 3,650
  • 3
  • 26
  • 44
2
votes
1 answer

Git plugin for Zend Studio 9 (eclipse) not Pushing upstream

When I try to push added and committed changes upstream I get a dialog box with a 'Message Detail field" that indicates: Repository git@git.somehostedplace.com:somerepo.git Not Implemented! TODO On the command line I can push to the repo, so I'm…
Ray
  • 40,256
  • 21
  • 101
  • 138