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

Zend Debugger - Cannot send message

I have a few problems with setting up the Zend Debugger. I have installed the Zend Server CE. I am using Zend Studio as my development environment. In Zend Studio under Debug Configurations, i can test the Debugger. Everything works fine. But when i…
0
votes
2 answers

Push to github in Zend Studio 9 error

I'm using Zend Studio 9.0.3 and I have a repository on github. I created a project from github on my local machine. I can commit things, but once I try to push to upstream, I get the following error: Can't connect to any repository:…
Harold
  • 1,372
  • 1
  • 14
  • 25
0
votes
2 answers

How to find out if Zend Framework, Zend Server are installed on my machine?

I'm reading Reference Guide::Create Your Project. And it's written there: In order to create your project, you must first download and extract Zend Framework. After you have installed Zend Server, the Framework files may be found under C:\Program…
Green
  • 28,742
  • 61
  • 158
  • 247
0
votes
2 answers

How to add "Run as CLI Application" to Zend studio 9 Run/Debug toolbar?

By default configuration in a new workspace I have "Run as Web Application" in the run/Debug toolbar menu. How should I configure the workspace|project to add the "Run as CLI Application" to the menu items?
yaser
  • 120
  • 2
  • 9
0
votes
1 answer

how to change Highlight color of Matching function or other element in zend studio?

How to change the highlight color of any matching element (function, quote or tag) in Zend Studio ?
ruuter
  • 2,453
  • 2
  • 30
  • 44
0
votes
1 answer

Zend Studio Svn Software

Which svn package is Zend Studio using - Subversive or Subclipse? Or, is it private software? Thanks.
somejkuser
  • 8,856
  • 20
  • 64
  • 130
0
votes
1 answer

Code completion for CodeIgniter with zend studio not working

Ok so i tried doing what this post says about adding code completion to zend studio, even with the libraries added code hinting/completion still fails to show. As my libraries are growing it's becoming more important to have this feature as i'm…
Edhen
  • 345
  • 4
  • 15
0
votes
1 answer

Trouble connecting to MySQL Zend Framework

I'm trying to set up an application using the Zend Framework but the problem i'm getting is as soon as i add the following line in the application.ini the default home page that is created by the zend tool throws a fatal error Fatal error: Uncaught…
John x
  • 4,031
  • 8
  • 42
  • 67
0
votes
2 answers

Zend - combobox value depending on another combobox value

Is there a way in Zend Framework to fill a combobox with values depending on the value chosen in a previous combobox, but on the same page? In my case I have a combobox for domain and one for specialization. If i choose Informatics in the first…
0
votes
2 answers

Zend - db table not found in another module

I have an application with three modules:default, disciplines and plans. In disciplines I have a dbtable which works fine in this module, but if I want to use the dbtable in module plans inside plans_dbtable I get Class…
-1
votes
1 answer

Is there a problem with a Zend framework site and windows web hosting?

Is there a problem with a Zend framework site and windows web hosting? The web hosting guy at the company I work for said that there is a problem and the site will only work on a linux based hosting. He gave me the credentials and told me to try.…
Vadiklk
  • 3,696
  • 5
  • 28
  • 44
-1
votes
1 answer

Eclipse Plugin Zend Studio

I'm going to write a plugin with Eclipse Mars for my Zend Studio 10.4 I know that the Zend Studio is based on Eclipse. Is there anything to condsider? Versions, Configurations and so on? Does somebody have links to good Eclipse-Plugin-Tutorials?
michael-mammut
  • 2,595
  • 5
  • 28
  • 46
-1
votes
1 answer

ZF2 Cannot extend from interface AbstractActionController

Hello i have problem with warning in Zend Studio 10. I create Album Controller and set namespace Album\Controller; use Zend\Mvc\Controller\AbstractActionController; use Zned\View\Model\ViewModel; After that i declare controller : class…
Ivan
  • 5,139
  • 11
  • 53
  • 86
-1
votes
1 answer

do I need to setup a server in my computer in order to debug PHP code using Zend debugger ?

I have Eclipse PDT and Zend debugger installed and I want to test my php code before uploading it into a remote server. My code needs to read some values in the remote files I don't know how configure PHP debugger in Eclipse for that case. Then I…
JoeCoolman
  • 512
  • 3
  • 8
  • 27
-1
votes
3 answers

How do i write(encrypt) my php code like this

I recently used ShowMyCode to deZend an old script to know how it works but after dezend, all of the 1000 lines appeared like this function s65615il8e( $IlbXmxb915, $B94omi07x1 = 0, $i4ss65VOR0 = 0 ) { $JleV65B6RB = array( "1276" => "period",…
Vladimir
  • 1,602
  • 2
  • 18
  • 40
1 2 3
31
32