Tagged Questions
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).
15
votes
2answers
396 views
Autocomplete for a single JavaScript object extended across multiple files in Zend Studio (Eclipse PDT)
My IDE is Zend Studio 8, which features a relatively basic perspective for JavaScript (similar to, if not the same as, the perspective in Eclipse PDT). In the application I'm working on, we extend a ...
15
votes
2answers
8k views
Starting Eclipse w/ Specific Workspace
Is there a way to start an instance of eclipse, passing it some sort of parameter telling it to use a specific workspace?
The problem I'm trying to solve is that I have a workspace for work projects ...
8
votes
5answers
796 views
Possible disadvantages of Zend [closed]
I've started using Zend Framework and Studio for my projects and would like to hear from those who already use it what to expect. I'm not interested so much in the good things because these can be ...
8
votes
6answers
2k views
Subversive: can't commit files inside a tags folder
I'm using Zend Studio 6.1 for Eclipse, which comes bundled with the Subversive plug-in.
My repo layout is:
/trunk/
/branches/
/tags/
My application code is in:
/trunk/application
I'm trying to ...
7
votes
6answers
1k views
Proper indentation in array initialization, PDT/Zend Studio
I'm using the following style of array initialization in the code:
$a = array(
'one' => 123,
'two' => 456
);
But PDT/Zend Studio doesn't work properly in this case; after pressing ...
5
votes
2answers
255 views
No PHP functions types etc. in Zend Studio 9
I'm planning to move to Zend Studio 9 and intalled the trial version parallel to my Version 8.
Now i loaded my old Workspace and my Zend Framework project didn't know anything about php.
For example ...
4
votes
3answers
10k views
The URI you submitted has disallowed characters
I have a code igniter project, and I wanted to try debugging it using Zend Studio. WHen I start debugging, I immediately run ino
"The URI you submitted has disallowed characters."
Does anyone have ...
3
votes
1answer
77 views
Zend Studio 8 uploads IDE specific files to server on startup
I decided to give Zend Studio 8 a try - I really liked 5.5 and used it until my hard drive got fried and the Zend sales person wouldn't point me to any executables since it was EOL - but keep running ...
3
votes
5answers
221 views
What's the rationale behind “Assignment in condition” warnings in Zend Studio IDE?
Given:
if ($variable = get_variable('variable')) {
// ...
}
The *$variable = get_variable('variable')* throws an 'Assignment in condition' warning in Zend Studio. I understand what the warning ...
3
votes
2answers
309 views
What PHP IDE's support the Facebook XHP extension?
The Facebook XHP extension introduces what are basically XML literals (well, XHTML literals) to the PHP language, allowing syntax like the following:
$foo = <div>hello</div>;
$foo = ...
3
votes
1answer
262 views
Zend Studio 5 - HTML5
My Zend Studio 5 has a feature where it reports broken HTML or invalid tags in red.
As ZS5 was developed before HTML5, and tags are showing as broken.
Does anyone know if there is some kind of XML ...
3
votes
2answers
505 views
Zend Studio on Eclipse “HELIOS”
I'm trying to install Zend Studio on an existing installation of Eclipse HELIOS, but Zend doesn't want to behave. The PDF instructions here say it's for "Eclipse Galileo version 3.5.1 only". Sure ...
3
votes
1answer
541 views
Format PHP Source Code on Save with Zend Studio for Eclipse
I would expect this option to exist in PHP -> Editor -> Save Actions but the only thing available there is to "remove trailing whitespace"...
It's available in JavaScript -> Editor -> Save Actions ...
3
votes
3answers
5k views
how to get zend studio autocomplete with codeigniter
I'm looking for a good way to get autocomplete and click-for-reference (whatever that's called) for libraries in codeigniter working in Zend Studio for Eclipse.
for instance, if i do
...
3
votes
5answers
564 views
What IDE do you use to develop PHP? Sorta sick of Zend [closed]
It's hard to express how much grief and ire Zend has caused me already.
The sheer amount of bugs is overwhelming.
Maybe I'm just technically-impaired with everything Zendy, but I find it ...
2
votes
1answer
41 views
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?
2
votes
2answers
371 views
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 ...
2
votes
2answers
197 views
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:
<tr bgcolor="<?php echo "red"; ...
2
votes
1answer
333 views
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 ...
2
votes
1answer
369 views
How do I add the PHP libraries to my basic remote project in eclipse?
I have a basic project that was created from a remote system using the eclipse tools to setup that connection. I right clicked on the folder on my remote system and chose create a new project. Now, I ...
2
votes
3answers
745 views
Aptana Studio or Zend Studio [closed]
I want create a full website (designing and programming). And I like created it by me.
for an editor, Aptana studio is better for me or Zend Studio?
Thanks ...
2
votes
1answer
271 views
Eclipse/Zend Studio, stop validation for parts of a project tree
I have some external libraries that are showing 'warnings', I want to stop validation of this part of my project because it is interfering with actual warning messages from my source code. Is this ...
2
votes
0answers
463 views
Svn with Zend Studio 8
In PhpEd I would press Ctrl + W to bring up my project file explorer pane, press Home key to go to the root, then Ctrl + ContextMenu key to open the Windows Explorer shell menu. From there I could ...
2
votes
1answer
359 views
Code Completion for private/protected member variables when using magic __get()
How do I setup code completion to work on Zend Studio (or any Eclipse based IDE) when working with a class that has private or protected member variables WITHOUT resorting to a bunch of Getter's OR ...
2
votes
3answers
3k views
How fix building workspace error in Zend Studio?
How to fix building workspace problem in Zend Studio?
I'm trying to rename project and rename folder of project, however nothing:
Errors occurred during the build.
Errors running builder ...
2
votes
4answers
553 views
zend plugin for eclipse
i am planning to start develop a website that uses webservices , i am thinking using zend framework.
as i am pretty much new for zend , i don't know much about its tools and configuration
i have ...
2
votes
2answers
454 views
Cannot redeclare class Zend_Loader_Autoloader
I am using Zend Debugger to debug my php application built based on the Zend Framework.
Currently I am running the 1.10.6 version.
When debugging my application i Get this error:
Compile Error: ...
2
votes
2answers
335 views
Eclipse PHP Zend: “workspace in use” when i try to set my workspace in Apache2/htdocs?
i am trying to use my workspace C:\Program Files (x86)\Zend\Apache2\htdocs, as i need to in order to use my Zend Server, but i get the error "workspace in use"
i have:
deleted all other copies of ...
2
votes
2answers
282 views
How to generate camelized getters and setters in Zend Studio 7 (for Eclipse)?
Example:
protected $_labelName = null;
Should generate
public function getLabelName()
{
$this->_labelName;
}
public function setLabelName($labelName)
{
$this->_labelName = ...
2
votes
2answers
1k views
Using ZendStudio with XAMPP
I had installed XAMPP, as a matter of convenience, since it installs php, apache (which is what I need) and, in addition, it installs other things like MySQL, but I'm not going to use now.
In XAMPP, ...
2
votes
1answer
299 views
Why is find next in zend/eclipse Ctrl-K and not F3
Is there a specific reason for it, or just a new key. Does the K for that reason have any meaning?
2
votes
1answer
365 views
Zend Studio code formatter problem with comments
i have Zend Studio 7.x, mostly use it for Zend Framework PHP and OOP JavaScript.
When i run formatter on *.php file, often space is added after block of inline comments
Before formatter run:
...
2
votes
1answer
742 views
Zend Studio cannot detect Zend Server
PHP Version 5.3.1, Zend Studio 7.1.1.v20091227
Zend Server Community Edition 5.0 (Build: ZendServer-CE-5.0.0GA_RC181-5.3.1-Windows_x86)
Apache/2.2.14 (Win32) mod_ssl/2.2.14 OpenSSL/0.9.8k
Windows 7 ...
2
votes
2answers
658 views
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 ...
2
votes
4answers
1k views
Code completion for PHP extensions in Zend Studio?
After having installed the HTTP extension from PECL, I expected Zend Studio 6 to recognize the provided HTTP* classes and for code completion to be made available. This is not the case, however. How ...
2
votes
2answers
1k views
How to get Zend Studio to autocomplete for a Zend Framework project?
After I create a couple folders in the /application folder (such as forms and models) and then start adding classes to those folders, how do I make the code auto completion for these classes available ...
2
votes
5answers
3k views
Keyboard shortcut to “untab” (move a block of code to the left) in eclipse / aptana?
Well, hopefully the question is self-explanatory.
It's so easy to select a block of code and tab out, but how about the reverse?
Currently, I just search & replace for whitespace at the ...
2
votes
4answers
5k views
Zend Studio for eclipse - Switch character encoding for all files in a project
I'm using Zend Studio for Eclipise on Mac, and it seems to keep setting all files to have and encoding of 'Mac Roman'. This becomes problematic when I save the files, as they all need to be UTF-8.
I ...
2
votes
3answers
4k views
Using Xdebug & Zend Debugger Simultaneously?
Is it possible to run both debuggers within the same PHP installation simultaneously. They both use different ports so communication with the client IDEs/other apps wouldn't be an issue.
I ask only ...
1
vote
2answers
128 views
Import new Zend Framework project in Zend Studio - how?
I am trying to learn how to develop on the Zend Framework, and therefore was following this tutorial:
http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf
I managed to get to ...
1
vote
1answer
41 views
How do I set a bookmark in Zend Studio?
In all instructions I can find, including the offline help, say to right click on a line in the editor and choose 'Add bookmark', but I have no such command in my context menu. So, how do I add a ...
1
vote
1answer
196 views
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 ...
1
vote
1answer
151 views
how to use tortoise svn with zend studio
I have installed Tortoise SVN in my windows7 OS. I use Zend Studio 5.5 for PHP development and trying to use tortoiseSVN with Zend Studio, but no luck so far.
Does anyone know how to set up tortoise ...
1
vote
1answer
136 views
Can't get Zend Studio and PHPunit to work together
I have a created a simple doctrine2/zend skeleton project and am trying to get unit testing working with zend studio.
The tests work perfectly through the PHPunit CLI but I just can't get them to ...
1
vote
1answer
151 views
Howto install latest SVNKit snapshot in Zend Studio 8 with jar file?
In order to get support for Subversion 1.7 format files, I'm supposed to install an snapshot version of SVNKit 1.7 as says here. So I downloaded the jar file from here but I don't know how to install ...
1
vote
1answer
37 views
javascript object from a function is not outlining in zendStudio
before i head
var APP = {
a : 1,
b : function(){
return this.a; // could be self, only differs in non-context use
},
c : {
c1: function(){
...
1
vote
1answer
75 views
Is there a way to integrate Mercurial with Zend studio 5?
My php dev team is using Zend Studio 5
We are about to start using a version control system and are seriously considering Mercurial - but after searching the web for a while, I can't find any ...
1
vote
1answer
64 views
Drupal theme system leads to 'undefined variable' errors in Zend Studio 8… how to resolve?
I'm using the PHPTemplate theme engine to create a theme in Drupal 7. So I have a bunch of .php.tpl template files that have theme variables made available to them through the Drupal bootstrap ...
1
vote
0answers
75 views
Flash Builder (Zend Studio) using SVN with Local Sources
When I first installed the Flash Builder 4.5 trial and created a new project from existing sources which happened to be an svn repository checked out to my local web server, I had svn info including ...
1
vote
1answer
228 views
Zend Studio 8: How to make .htaccess and .zfproject.xml appear?
I've just begun using Zend Studio 8 to develop Zend Framework projects, and it seems that by default, Zend Studio doesn't display the /public/.htaccess and .zfproject.xml files.
Both files are ...