Questions tagged [phped]

PhpED is the Integrated Development Environment for PHP (PHP IDE), HTML, CSS, XML, SMARTY, XHTML and other.

PhpED is the Integrated Development Environment for PHP (PHP IDE), HTML, CSS, XML, SMARTY, XHTML and other.

Balanced combination of advanced code editor, reliable dbg debugger, productive database connectivity client and fast and secure deployment abilities make PhpED a good solution for the most sophisticated developer needs.

35 questions
5
votes
7 answers

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 get the results. Both the templating engine and…
Zak
  • 24,947
  • 11
  • 38
  • 68
4
votes
1 answer

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 well as in both the cases but PHPUnit only works on…
Sumitk
  • 1,485
  • 6
  • 19
  • 31
4
votes
1 answer

Formal grammar description for SCSS and LESS

There's a forum request for the IDE PhpED to provide syntax support for SCSS and possibly LESS. The response from the PhpED folks has been that they are not able to find a formal description of the grammar similar to the CSS grammar described here:…
3
votes
1 answer

Unable to find template AcmeDemoBundle:Demo:hello.html.twig Symfony 2 while debugging using PHPed

I have installed Symfony 2 onto a virtual Linux server. I use Windows and PHPED to work and debug my Symfony 2 project. I have not configured anything on symfony 2, I debug the hello world example via using PHPEDs debug browser plugin. Everything…
Matthew Underwood
  • 1,459
  • 3
  • 19
  • 33
3
votes
1 answer

How do I make PhpED preserve line endings/breaks?

Professionally I work with NuSphere PhpED on a Windows computer. Whenever I open a file from an existing project and save it the IDE automatically converts all the line endings/breaks to UNIX. This presents a problem because it means that I am…
sjenset
  • 93
  • 6
2
votes
1 answer

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 the login page. I'm using the following code to…
Maurizio Pozzobon
  • 3,044
  • 7
  • 34
  • 44
2
votes
2 answers

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/Page Down to find the file. This is not very effective; it takes to much time to…
Markus Hedlund
  • 23,374
  • 22
  • 80
  • 109
2
votes
3 answers

How to integrate PHPed with Git

I am developing using PHPEd. Our company is just moving to Git. Regarding Nusphere support, there is no native support for Git in PHPEd - shell script should be used. As I have no experience with it, please, could anybody of you help me with the…
Marek Strop
  • 75
  • 3
  • 9
2
votes
2 answers

How to integrate PHP_Beautifier into NuSphere PHPed IDE?

Can anyone list the steps to integrate PHP_Beautifier in phped.
Ibn Saeed
  • 3,171
  • 11
  • 50
  • 59
1
vote
0 answers

Git repository where script is physically in another git repository

I am simultaneously developing a composer package and app which uses that composer package. My app is a git repository where the vendor directory is ignored, and I wish to make the composer package its own git repository. My first solution was to…
user1032531
  • 24,767
  • 68
  • 217
  • 387
1
vote
1 answer

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 very much.
sanders
  • 10,794
  • 27
  • 85
  • 127
1
vote
1 answer

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 transfer all files through cuteftp to my server. 4)…
Krishna Kant Sharma
  • 1,567
  • 1
  • 12
  • 18
1
vote
1 answer

Integrating Git into my workflow

I use NuSphere's PhpED's PHP IDE to crate and debuge PHP script. I've never used a repository systems, but wish to do so now, and am struggling on how to implement it into my workflow. I have the following three machines: Windows 7 PC NuShere PhpED…
user1032531
  • 24,767
  • 68
  • 217
  • 387
1
vote
0 answers

PhpED debugging not working after upgrading to Version 12

I'm a long time user of PhpED and just upgraded from V10 to V12. After upgrading the software and the debugger, debugging no longer works on a remote Linux server. Debugging locally using XAMPP works. I've been using the SSH tunnel option to debug…
1
vote
0 answers

Php Autocompletion: Tell IDE which class is inherited

I'm running into some autocompletion problems when using PHPed to develop a PrestaShop module. When declaring a class like this for example class myModuleFrontController extends ModuleFrontController The IDE won't recognize the parent class…
unloco
  • 6,928
  • 2
  • 47
  • 58
1
2 3