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).
0
votes
0answers
21 views
Zend Studio 10 crashes with Android SDK and ADT [closed]
I downloaded new Zend Studio 10 trial version and under it's welcome page I included Android Developer Tools. After it has made update, I tried to create a sample android project upon which I received ...
0
votes
0answers
7 views
Stop ZEND Studio from replacing a tab when I double click on a search result?
If I search for something using CTRL-H and I then click on the result, Zend Studio REPLACES the current Window. For example, I might be editing "MyController.php". I then click on the search result ...
0
votes
0answers
20 views
Zend Guard Run-time support missing on Zend Server
Thank you first upon for reading this post.
I am trying to deploy an PHP application on Zend server with encoding the PHP source code. For that purpose I am using Zend Guard, Zend Studio and Zend ...
-3
votes
0answers
26 views
Do I need Zend Server to Run a Zend Rest API
Do I need Zend Server to Run a Zend Rest API
I am working with Zend Framework 2, and I have created an Restful API, however my company decided not to use Zend server. Now I want to use red had ...
0
votes
0answers
20 views
Zend Deployment Error Commons libs not found
I am new at Zend Server, trying to deploy a PHP application developed in ScriptCase (a PHP tool) and deployed it into a Zend server. The deployment process of Scriptcase consist of making ...
0
votes
1answer
35 views
How can I set Zend Studio 10.0.1 to use Spaces for Tabs in PHP files?
I set these options:
General/Editors/Text Editors - Insert spaces for tabs [checked]
PHP/Code Style/Formatter - Edit profile Eclipse[built in], rename profile to Eclipse[my] - Indentation(tab) - Tab ...
0
votes
0answers
14 views
Syncronizing local and remote with zend studio
I am using Zend Studio 9 and I am looking for a way to establish a connection between my local php repository and remote (S)FTP so they can be synchronized. I don't mean automatically synchronized ...
0
votes
0answers
102 views
PHP 5.4 & Zend Debugger & Zend Studio 10
I'am trying to setup php debugging. I have debian server with nginx and php5.4. I use this tutorial: Zend Debugger for Nginx & php 5.4 fpm for Ubuntu 12.04
When i finished it, i checked loaded ...
0
votes
3answers
25 views
Number not exactly printed in the excel record file
I want to display unit numbers in front of Property name. I fetched my data in $arrobjPropertyName array object and in foreach loop I print it as
foreach( $arrobjPropertyName as $objProperty ) {
...
0
votes
0answers
13 views
Zend Studio remote settings desappear when closing editor
I'm working on Zend Studio 10 (Windows) but had this issue also on Zend Studio 9 (Windows).
I checked out some SVN projects, then gave them remote support.
It works all fine until I close Zend ...
1
vote
0answers
19 views
how to change default structure in zend studio
when I create a new project in zend studio it creates structure as follows:
application
-controllers
-models
-views
I would like it to follow modular pattern
application
-module
...
1
vote
0answers
61 views
Eclipse / Zend Studio CSS Classes and ID's autocompletion
I'm using Zend Studio for my PHP projects, it's simply perfect for PHP development but sometimes I need to go out from Model and Controller and deep into Views (*.phtml files in my case).
I ...
0
votes
0answers
18 views
Zend Studio selecting full Block
Is there any way to select a full block in Zend Studio?
We can just use
Ctrl + Shift + P
and jump to end of the block but is there any way to select the block code like that ?
4
votes
2answers
175 views
How to develop mobile apps in Zend Studio 10 [closed]
I am new to Zend Studio. I don't know how to work with version 10 version to create iPhone and Android mobile applications. Do you have any tutorial or sample code please?
0
votes
0answers
42 views
How to run Zend Studio Remote Systems SSH using sudo bash
In regular SSH, I can login as a user "foobar" with a password "pwd" and type sudo bash and the same password "pwd" to perform superuser activities.
I setup a Zend Studio WorkSpace for the same SSH ...
-2
votes
1answer
37 views
The server reported 500 errors ,server configuration is reasonable [closed]
Help PHP be Zend encrypted to run after a year then download FTP to the local environment report "Unable to read 44367 bytes in F:\nginx\APMServ5.2.6" beg solution.
Please help me.
" connection ...
1
vote
2answers
156 views
Creating new Module in Zend Studio (Zend Framework 2)
I have been following the tutorial from Zend (http://www.youtube.com/watch?feature=player_embedded&v=EerB9bTvqrY) however when I add a new Module in my project I can not navigate to it, are the ...
2
votes
0answers
76 views
Zend Server resets to defaults on Zend Studio 10 startup
I' m running Zend Server 6.0.1 and Zend Studio 10 on Mac OS X Mountain Lion. Because Zend Servers Apache listens to port 10088 by default on Mac OS, I changed that in Apache configuration file to port ...
0
votes
0answers
46 views
problems with include_path in zendstudio and zendserver
So I've been working with php through wamp type installations and self deployment for a few years now - but have decided to try out ZendStudio10 and ZendServer6.
I've copied my existing php code files ...
0
votes
1answer
188 views
Is the Vendor/Library folder needed with ZF2 and Zend Studio 10?
In our Zend Studio 10 setup for a ZF2 project we have the Zend Framework 2 included as part of our PHP Include Path. But then the project is also setup with ...
2
votes
1answer
90 views
Getting 404 Error when the URI is right
I am using PHP 5.4, Zend Studio and Zend-Server.
I am getting an 404 error when I use this uri:
http://localhost/MyExample/public/index.php
but when I use this uri I get the right page to display:
...
0
votes
0answers
83 views
How to add existing YII project in Zend Studio 9 and also YII framework as well
Please can somebody tell me how to add existing YII project in Zend Studio 9 and also YII framework as well.
I want to do dubbing of my project.
0
votes
1answer
85 views
outdent with Shift+Tab in eclipse / Zend Studio
I'm using Zend Studio 9 and have a trouble with outdent (Shift+Tab). It works only if left of the begin of the line is a tab:
[tab]return array();
but doesn't work for the spaces:
...
0
votes
1answer
41 views
Zend Studio 9 ignores “Space only” indentation on line break
I use Zend Studio 9 with the Symfony 2 plugin and set the codestyle also to Symfony.
The code style is set to use 4 spaces as indentation which sometimes isn't used.
For example, let's say, i write ...
0
votes
1answer
126 views
How to run individual unit tests with Zend Studio?
I noticed on Can't get Zend Studio and PHPunit to work together that a comment says
If you want ZS to run the PHPunit bootstrap, you have to specifically
select the file PHPunit.xml and tell ...
-2
votes
1answer
70 views
How can I config Zend Studio 10 to start a php built-in server?
Usually in a console i do php -S localhost:8080 -t public in my zend framework 2 project dir. Can I do this with Zend Studio 10?
1
vote
1answer
166 views
Zend Studio 10: New PHPUnit Test Case Error Regarding PHPUnit_Framework_TestCase Extension
I am attempting to set up some PHPUnit test cases in Zend Studio but am stuck on the "New PHPUnit Test Case" form. The error I get is:
There are several elements with the name ...
0
votes
0answers
61 views
Installing ZendDebugger.so on OS X PHP 5.3.19
I'm trying to get the ZendDebugger.so extension loaded in my custom (homebrew) PHP 5.3.19 install on OS X Mountain Lion, and all I get is:
Failed loading /path/to/php/extensions/ZendDebugger.so: ...
0
votes
1answer
63 views
eclipse / Zend Studio: How to add PHP servers and debug configurations from outside?
Is it possible to create new PHP servers
and debug configurations sets
outside of eclipse? What files do I need to create/change to do this?
I want to write a script to automate this process.
...
0
votes
0answers
20 views
How to automate the project creating in eclipse / Zend Studio?
How can I create eclipse / Zend Studio projects from outside of eclipse? Which files are needed to be created/updated. I want to automate the project creating in order to do this in one click with an ...
0
votes
0answers
298 views
zend studio 9 auto complete for css does not work
I have been trying to get this to work for a while, but gave up almost every time. This time i thought I'd ask here to see if some one has a solution.
I've recently switched from Komodo IDE to Aptana ...
0
votes
1answer
42 views
Zend Studio 9 trial remote settings ok but upload error
I imported a drupal installation from an ftp server by right-clicking new -> project... -> PHP project from remote server. It's an SFTP connection so I chose SSH. All the settings seem to be right ...
0
votes
1answer
112 views
Zend Studio 9 messes up indentation
I'm moving my project from Zend Studio 5 to 9.
Zend 9 ruins my indentation. Previously my code was formatted to have a tab be two spaces. Now Zend is using four spaces and some lines are indented ...
0
votes
2answers
138 views
Zend Studio & GitHub can pull from repository but not push
I followed directions from this page. Everyting seems to work.
So in short what I did.
Created a repository in GitHub called 'myrepository'
Imported the repository successfully into Zend framework.
...
1
vote
1answer
213 views
How to get Zend Studio auto-complete working with CakePHP models?
I would like Zend Studio to recognize the class type for all the controller's models, in a CakePHP 2.x project.
This is how I currently do it.
class MyController extends AppController
{
public ...
0
votes
0answers
96 views
How to run Phing tasks from Eclipse (Zend Studio)?
Old thread : How to run Phing tasks from Eclipse?
Phing is a strong tool to help teams in PHP industrialization. I'm using Ant tasks for anything I want to do directly from Eclipse. It's not a good ...
1
vote
1answer
88 views
Image Not Found When Using Blackberry Signing Tool
[exec] dyld: Library not loaded: /Library/Frameworks/RimBlackBerryUSB.framework/Versions/A/RimBlackBerryUSB
[exec] Referenced from: /Users/marc/Blackberry/bin/javaloader
[exec] Reason: image not ...
1
vote
1answer
110 views
#warning#Call to undefined function 'print_r' when I copied my php file from one site to another in the same Zend
I can't really understand what happened here.
What I've done was to copy a php file to another project in the same Zend. It's a warning, not an error.
My computer is supposed to have only one php ...
0
votes
0answers
42 views
Zend not autoloading Doctrine library when Debuging from Zend Studio and Zend Server
I am working on a Zend 1.2 + Doctrine 1.2 Project using Zend Studio 9.0.4 and the Latest Zend Server CE.
I have Setup my application in Zend Server as a Virtual Host which works fine when I use it ...
1
vote
2answers
157 views
How to declare the type for local variables using PHPDoc notation?
I use Zend Studio to develop in PHP with CakePHP, and one of the problems with CakePHP is that the views all reference undeclared local variables.
So for example, in the controller you would
...
0
votes
1answer
33 views
Call Zend FlashMessanger from my custom library
I've searched the web but couldn't find any example, so maybe you know if it's possible and whether it is a good idea.
I wrote a function adminloginCheck() that is located in ...
0
votes
0answers
43 views
Generate delegating methods PHP - IDE
currently I miss some features I know from Java development or the commercial Zend Studio edition. Refactoring possibilities are one, but essential to me, I need a function i eclipse PDT to generate ...
1
vote
1answer
153 views
Adding existing local git repo - Zend studio
I have local git repo, which i'd like to add to my projects as a GIT PHP Project.
My workspace is at C:\www and repo is at C:\www\citest which is a existing git repo.
Now when i try to create ...
2
votes
1answer
36 views
How to change the color of markers on the scroll bar? [closed]
In Zend Studio (or Eclipse PDT) when you select a property/method the scroll bar shows markers of where else in the source file it's referenced.
I have a problem seeing the those markers. They are to ...
0
votes
0answers
134 views
Zend Studio 10 and PHPUnit from Composer
I have a project that uses Composer to manage it's dependencies; one of them being PHPUnit.
To run my project's test suite, I run the following command on the terminal:
bin/phpunit -c tests/
Using ...
7
votes
1answer
118 views
Zend Studio copy/paste low performance
I have a big issue with Zend Studio 9.03. I have Zend framework 1 project and when i try to copy and paste some code it freezes for a 10-20 seconds. This project is synchronized with SVN. What can i ...
1
vote
1answer
75 views
Run CakePHP tests in Zend Studio
I'm able to run my CakePHP unit tests from the console, but it would be a lot easier if I could use the built in features of Zend Studio 9 to run those tests.
I've not been able to find any tips on ...
1
vote
0answers
123 views
Missing Autocomplete in Zend Studio 9.0.4
I'm working with Zend Studio since 1 week. The last week I was doing stuff with ZF2 tutorials. Today I had to do some coding on an old project. I made a clean checkout via SVN and recognized, that I ...
0
votes
0answers
35 views
Zend Studio 9, template for new class
I want to add a specific comment to all new created PHP class. The problem is, that i can't set the comment which sould be added under PHP > Codestyle > Code Template. Changes have no effect.
So, is ...
0
votes
0answers
45 views
Zend Studio 9 does not upload one of my folders
I created a new remote php project from SVN, that is the project is checked out on the server, then downloaded to my machine so that any save is then pushed to the machine and I can do svn from inside ...





