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
1
vote
2 answers

How can i run the admin module in zend 2.3?

I have tried so much through Googling but I have not found the right solution for that. Can anyone help me out? Even I tried to change the module.config file code through routing as well as I have tried application.config file to add module name in…
1
vote
5 answers

Remote Debugging PHP Command Line Scripts with Zend?

I'm using Zend Studio to do remote debugging of my php scripts on a dev server. It works great for web code, but can I make it work with command line scripts? I have several helper apps to make my application run. It would be really useful to fire…
Gary Richardson
  • 16,081
  • 10
  • 53
  • 48
1
vote
1 answer

Automatic upload in Zend-Studio with SVN

a question about Eclipse/Zend-Studio. I'm trying to use the automatic upload feature but i'm also using SVN so the projekt-data are in the subfolder trunk. Now when i save a file it goes to the folder trunk on the webserver but it should be on the…
user3359507
1
vote
0 answers

Command failed to execute : ant jar // Zend Studio

` cordova library for "android" already exists. No need to download. Continuing. Checking if platform "android" passes minimum requirements... Checking Android requirements... Running "android list target" (output to follow) Available Android…
1
vote
1 answer

How to show unused use's in Eclipse for PHP?

Some of use's is not required and I want my Eclipse ide to show this as warning. Which setting sholud I change?
Farid Movsumov
  • 12,350
  • 8
  • 71
  • 97
1
vote
4 answers

Is there a place I can find all the extensions of PHP?

Now I'm seeking of php_pdo_mysql.dll version 5.2.5.5, only found this: http://dllcentral.com/php_pdo_mysql.dll/5.2.5.5/ But my zend studio 5.5 says it's invalid! Is there any other place I can try my luck?
user198729
  • 61,774
  • 108
  • 250
  • 348
1
vote
3 answers

How can I use CSS to set as my
  • background if I'm using the Zend framework?
  • Everything else 100% works, so I'm 100% positive the error lies in the file path I'm using for the image. The image doesn't load. Either A) I need the file to appear in the Zend workspace, how do I do that. or B) My path is wrong. Here's my file…
    delete
    1
    vote
    1 answer

    Zend scripts not setup correctly I think

    When Ive created a new controller, ie in this case Authenticate, Ive also created the folder and file application/views/scripts/authentication/index.phtml Not a problem when hitting the url http://dev.local/authentication/ but when calling any…
    bluedaniel
    • 2,079
    • 5
    • 31
    • 49
    1
    vote
    0 answers

    eGit error with zend studio

    I'm using Git with Zend Studio verion 10. here's the senarion, I create new branch I add some code I commit and push I want switch branch =>failing, it throw me this error in the link image below and when I check my code, I found new files and old…
    1
    vote
    1 answer

    How to import a non-Zend PHP project into Zend Studio without copying files?

    I am using WAMP on Windows 7 as my development environment. Recently I wanted to test Zend Studio so I installed a trial and wanted to import an existing project into the studio but I see no way of doing it. Normally while developing using WAMP all…
    LoneWOLFs
    • 2,306
    • 3
    • 20
    • 38
    1
    vote
    1 answer

    Zend Studio: How do you add a new action to an existing controller via the IDE?

    If you simply add the code it doesn't do the automatic action wireup in the .zfproject.xml file. Does the IDE support a way to add additional Actions to an existing controller without manually using the command line tool? Adding the following…
    nopuck4you
    • 1,730
    • 14
    • 20
    1
    vote
    1 answer

    How to edit my SVN account in Zend Studio

    I am working on Zend Studio and using Subversion. Since yesterday, my account is no longer accepted; I get errors like: "the account is not matching"... Can someone tell me how we edit a svn account in Zend Studio? The colleague who installed svn is…
    Mamadou
    • 2,177
    • 5
    • 31
    • 43
    1
    vote
    5 answers

    Problem creating a new framework project in Zend Studio

    I have a problem when creating a New Framework project in Zend Studio. I'm new to Zend Studio, using Zend Studio ver.7.1.0. When creating a new Zend framework project (Zend Server is successfully installed), it will not create the 'application' or…
    Sadee
    • 3,010
    • 35
    • 36
    1
    vote
    3 answers

    Zend Studio 6.0 or 7.1 svn export only files from a revision number

    I am trying to export files from Zend Studio's "SVN Repositories" perspective that belong to a revision number, but the studio exports all the files form other revision number as well. Maybe this is because the target directory is empty. Can anyone…
    Pradosh
    • 11
    • 1
    1
    vote
    0 answers

    Using PHPUnit in Zend Studio on a remote server

    I develop on a Windows machine using Zend Studio but my dev server is a centOS server on the local network. I've been running my unit tests through putty but it would be really nice if I could configure Zend to run my unit tests through my dev…
    Jordan
    • 183
    • 1
    • 10