Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
6answers
779 views

Best method for debugging a called webservice in php?

I have an n-tier system where a frontend templating layer makes calls out to a backend application server. For instance, I need to retrieve some search results, and the frontend calls the backend to ...
3
votes
1answer
363 views

PHPUnit and SimpleTest on Apache and Nusphere PhpED

I have a requirement that I need to run the tests through commandline as well as through a graphical debugger. The graphical debugger should run the code on Apache. I tried SimpleTest and it works ...
2
votes
1answer
63 views

Defining header response not working in hiawatha and php

I have a local server and a remote server. On the local server what I'm trying to do works, but the remote server which is hiawatha doesn't. I'm trying to set a not found header and then respond with ...
1
vote
1answer
159 views

PhpED: Fastest way to open a file?

I'm looking for a faster way to open files in PhpED projects. The way I do it is to pull up the Workspace pane with Ctrl+Alt+W (explorer is Ctrl+Alt+E), then Page Up/Down to find the file. This is ...
1
vote
2answers
259 views

How to configure PHPEd to run debug from within the subfolder of a workspace?

To debug a PHP app in PHPEd the root of the project needs to be set to the web folder of my app. However, the PHP files to be editted are outside of the web folder. Is it possible to configure PHPEd ...
1
vote
2answers
532 views

How to integrate PHP_Beautifier into NuSphere PHPed IDE?

Can anyone list the steps to integrate PHP_Beautifier in phped.
0
votes
0answers
58 views

Magento installation with Nusphere problem

Does anyone use Nusphere to run Magento? I just do it for the first time and got this error when run install.php: HTTP 404 - File not found I think for some reason the header was messed up. This ...
0
votes
2answers
75 views

How to find the closing bracket in NuSphere PhpEd?

I use NuSphere PhpEd IDE and I'd like to know, is there a way to find the closing bracket, like in Eclipse (Ctrl + Shift + P Go to Matching Bracket Helps to find the closing bracket of lengthy ...
0
votes
0answers
17 views

phpED server proxy settings

I use phpED as my php IDE. I need to set it up so the server connects through my proxy server so that when I use commands like 'file_get_contents' it can access the internet. Any ideas?
0
votes
1answer
59 views

PhpEd Debugger show variable empty value - WHY? pls help

Does anyone know why debugger shows an empty value for $result and $mysqli in that script? <?php // show SELECT result as HTML table function show_table($result) { if(!$result) { echo ...
0
votes
1answer
137 views

Templates for php files in PHPEd

I want to have some default PHP docblocks in any php file i create, with some licensing info and info about who created the file and so on. Can anyone tell me how this can be done in PHPEd? Thanks ...
0
votes
1answer
218 views

web dev environment : cvs + localhost + server in sync : nusphere phped + wamp

I am a freelance web developer (php/js/xhtml/css etc). Currently: 1) I use wamp on windows 7 for local development (localhost) 2) I use nusphere phped. 3) then when I have to check it on server, I ...
0
votes
1answer
418 views

How to integrate Mercurial with PHPed IDE?

Can anyone post the steps for integrating mercurial to phped. I followed the following steps, listed by one member on their forum: What to do: Creating a Commit Shortcut * Install Mercurial if ...
0
votes
1answer
308 views

Why doesn't code insight in PHPEd work with the Zend Framework?

I am currently working with the Zend Framework and I use PHPEd as my favourite PHP editor. I have already seen that the IDE can trace my own functions and libraries and display them in the code ...