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
votes
1 answer

Document root problem in Eclipse/PHP/Zend

Environment: WindowsXP, Eclipse Galileo, Zend Community Edition (I have configured Eclipse to use the PHP binary in Zend.) I configured the Apache document root within Zend to point to my Eclipse project folder. So I can use URLs like this:
sharkin
  • 12,162
  • 24
  • 86
  • 122
-1
votes
1 answer

What is the difference between zend-framework and codeigniter

I know that both ZF and CI are coded in Object Oriented MVC pattern. I know how to use PHP OOP programming. I've just downloaded ZF and CI but have no idea of it. Which one is easier to use? Is the way of coding similar in both framework? Should…
vusan
  • 5,221
  • 4
  • 46
  • 81
-1
votes
2 answers

Zend - populate combobox with database returned data

I try to do it this way: public function init() { /* Form Elements & Other Definitions Here ... */ $sets_table = new Optionals_Model_DbTable_Sets(); $set = new Zend_Form_Element_Select('set'); $set ->setLabel('Alegeti setul de…
-2
votes
1 answer

using Zend Studio with Zend Framework

Is there a comprehensive guide on how to use eclipse with zendframework? I want to find information about the following: How to debug the zendframework project. How to use dojo/jQuery with it. How to create shortcuts which will make me productive.…
Dmitry Makovetskiyd
  • 6,942
  • 32
  • 100
  • 160
-2
votes
1 answer

search and replace by regex in zend studio

i have a .html file and i am using zend studio for edit html and php file i have list in html like
  • -2
    votes
    1 answer

    Correct way to setup a web development environment with zend studio and git?

    I wanted to know if any one can tell me what should be the procedure to setup a web development environment with zend studio , git and bitbucket as my provate repository i have mamp,zend studio installed on my mac, i installed github app created an…
    chown
    • 33
    • 1
    • 8
    -3
    votes
    2 answers

    php unable to select data

    I'm trying to select a SINGLE value from the mysql database. I have run the query in phpmyadmin and it work great. But when I echo the $result, I get nothing... by the way,for the database and password I use xxx because I don't want to show it... My…
    Rain
    • 101
    • 1
    • 1
    • 8
    1 2 3
    31
    32