Disabling WSDL file validation in Zend Studio
Hello, How can I disable WSDL file validation in Zend Studio? I have many WSDL files in a project and it takes much much time to validate all of them. Thank you in advance. ...
Hello, How can I disable WSDL file validation in Zend Studio? I have many WSDL files in a project and it takes much much time to validate all of them. Thank you in advance. ...
Hello, I am just trying to test out the new Zend Studio 7.2, and in the beginning I was able to create proper project files just fine, but for some reason, not it doesn't want to create them I just receive empty files, plus some "error icons" on top of the files. I have Zend Server (Community Edition) installed and trying to see if that...
Scenario: 1) Created anew project with CodeIgniter source files in it. 2) If I open file within this project - everything is fine. For example, form helper functions are shown on code assistant. 3) If I open file from remote system (FTP), that's not within this current open project, than code assistant is not suggesting me functions from...
Hi all. The intellisense feature in zend studio 7 just stopped working. I do as usual -> Start typing, hit ctrl+space and the suggestions pop up is empty. It just happened out of blue. No hard eclipse restarts, no crashes! Anyone got any thoughts? Thanks ...
I have been using zend studio 5.5.1 for the last year and and a half (on windows xp), with some occasional issues, such as a blank error dialog box when I started the program, but always went away when i restarted my computer, and usually got messages about javaw.exe errors. But now, the program does not open at all. What happens is, I ...
Hi; I want to know that, if is it possible to see the different parts of a file at the same time in Zend Studio 7? Maybe in different windows or something like that. I know this can be succeeded with simpler editors like editPlus tHanks ...
Zend Studio 7.2 I receive the error "Unsupported content type" (log entry: "Could not open the editor: org.eclipse.jface.text.Document") when trying to open any *.php file in my svn repository. Any other files in svn are opened without problems. Besides I can open all files of the project (including .php) locally via PHP Explorer. All ...
I have a workspace of zend studio IDE. I copied it to my new machine and when I launch zend studio, I find that the remote server's host name is not the same as the current host name. so how could I change or delete the obsolete one ? ...
I upload the file to the local server, but NullPointerException occurs. The dialog has the message: Problem Occurred: 'Uploading resources' has encountered a problem. Java.lang.NullPointerException how could I find the stacktrace of that error? why does that happen? ...
Hi, Got the following: Zend Studio Zend Framework Project Remote host with FTP and SSH (root access) Want to: Save directly to remote host. Currently i'm working on a localhost *AMP server, manually updating the remote through FTP. Have tried various ways to acomplish the above - unsuccessfull obviously. Can some one tell me w...
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, I enabled the mssql module (editing the php.ini), to use the connection to Microsoft SQL, and everything works fine. Now, I'm wanting to d...
Example: protected $_labelName = null; Should generate public function getLabelName() { $this->_labelName; } public function setLabelName($labelName) { $this->_labelName = $labelName; return $this; } But it is generates public function get_labelName() { return $this->_labelName; } public function set_labelName($_...
Hello, I installed Zend Studio on Windows 7. When i Start the Program one example project is automatically created. But When i run in browser i get this error :- Cannot connect to the configuration database. I think there is no Web server configured for it. Then i downloaded Apache web server and extracted the zip folder. Now how do ...
Hello, 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: /var/www/Zend/ZendFramework-1.10.6/library/Zend/Loader/Autoloader.php line 36 - Cannot redeclare class Zend_Loader_Autoloader Is this...
I'm using Zend Studio to work on several PHP projects. Most of these projects include several external libraries. I've got these tucked away in a "libraries" directory within each project (using a public, application, libraries structure). The libraries are included using svn:externals - we made this choice so that it's easy to keep them...
I hope you will help me. Please send me the answer quickly. ...
I am trying Zend Studio before I buy it. I have noticed that a line like this: <input type="hidden" name="id" value="<?php echo $this->album ['id']; ?>" /> will be changed to this: <input type="hidden" name="id" value="album ['id']; ?>" /> during the Format operation. Is there anyway to prevent this? It is very messy in my opinio...
I'm debating on whether to get Dreamweaver CS5 or Zend Studio for my web developing. I was happy with Dreamweaver until I tried Zend Studio (and Netbeans for that matter) and realized what kind of great code formatting and completion I was missing out on. My question is, does the newest version of Dreamweaver support: PHP / JS formatt...
I managed to get Zend Studio 5.5.1 running on Windows 7 by running in Vista compatibilty mode and it works fine, except, I have lost the file types/extensions I can add them again and the editor will open them, but I dont have any code completion or code coloring or anything Ive tried php, .php, *.php Anyone come across this and know ...
I'm working with Flash Builder 4 and I'm planning to work with the Zend Framework for the PHP. Anyone tried to get an environnement for developping with Flash Builder 4 and Zend Studio 7 ? If you tried, let me know how you install it and give me feedback on this method of developping. Thanks in advance. ...