Alex Lake

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created PHPStorm on Windows machine to develop on "remote" Linux with Composer?
I've been pretty happily using PHPStorm 2.1 on my Windows machine with samba mounting of remote (but on the same LAN) fileshares of a development webserver. I can do debugging properly and all that... -
Created Debugging CommandLine PHP running on Linux from Windows
Hi,I'm a longtime and enthusiastic user of PHPStorm (since v2) and have always admired the remote debugging facility.I'm now writing some command line scripts in PHP and would like to do the same f... -
Created Basic question on adding a module to a project
Just starting with WebStorm & node.js, so please forgive my ignorance...I've got a "HelloWorld" program up and running in the debugger (Windows).Now I want to add a third-party node module (call it... -
Created Using remote editing with third-party libraries
I've got a PHPStorm project that uses the SQLAnywhere library, but in the IDE, the calls to things like sasql_connect are highlighted with "undefined function".What should I change to get PHPStorm ... -
Created Remote Debugging with PHPStorm 2.1.2
Hi,I've been having trouble developing on Windows for deployment onto Linux, so thought I should grasp the nettle and get to grips with remote debugging.I had been using xampp on WinXP but deployin... -
Created Debugger derailed by clever call
Trying to debug a project where the debugger can't work out where it is at some stages.Main debugging is fine, but there's a part where we have a call like this:$methodName = "registerUser"; // onl... -
Created Integrating PHPDoc generation
It would be nice if there was a way from within phpStorm to run phpDoc to generate documentation, rather than having to use the command line.In this way, one could select the files/tree that needed...