Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Keith Davis
Total activity
1129
Last activity
November 12, 2024 20:37
Member since
August 23, 2010 18:43
Following
1 user
Followed by
0 users
Votes
7
Subscriptions
303
Activity overview
Posts (178)
Comments (641)
Sort by recent activity
Recent activity
Votes
Created
November 23, 2010 00:01
Ok, I have got the thing working. However, I really need the configuration.xml and bootstrap.php files. We use the same configuration, but the folder name changes, among other things (like $_SERVER...
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 23, 2010 00:09
Oh, and that -config you were asking me about, I got that from PHPStorm. This is the exact command it runs:C:\PHP\php.exe C:\Users\keithdavis\AppData\Local\Temp\phpunit_Intranet_Local_keithdavis.ph...
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 23, 2010 00:30
Ok, I figured it out, but the solution doesn't really help. This is my configuration.xml file:<?xml version="1.0"?><!--To change this template, choose Tools | Templatesand open the template in the ...
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 23, 2010 13:48
I was able to get my bootstrap to work across these different folders like this:$_SERVER["DOCUMENT_ROOT"] = str_replace("\\phpunit", "", __DIR__)."\\";
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 23, 2010 13:49
So, the only thing that each team member has to do now is set the phpunit.xml file (tried to get it to pick up automatically, but no go), in the runConfiguration. All the files are now transportable!
Community
PhpStorm
PHPUnit - Error?
0 votes
Created
November 17, 2010 14:20
Oh, I'm cheating by adding the actual variable names as keyword group 4. Pain. Still, it will help with errors.
Community
PhpStorm
Write My Own Lexer (Synxtax Highlighter)
0 votes
Created
November 15, 2010 15:09
Maybe this setting?<showLibraryContents ProjectPane="false" />
Community
PhpStorm
External Directories In Project View?
0 votes
Created
November 15, 2010 15:15
Actually, before you posted, I added that line (<showLibraryContents ProjectPane="false" />) to the one that was not working and that fixed the problem.Can someone at PHPStorm explain how that happ...
Community
PhpStorm
External Directories In Project View?
0 votes
Created
November 09, 2010 18:05
Like, how do I supress this?if(!self::$rSQL[$sSQL]) self::$rSQL[$sSQL] = self::$oPDO->prepare($sSQL);I'm getting undefined method on prepare(), yet it exists as part of the PDO.
Community
PhpStorm
Supress Warnings - What are the options here?
0 votes
Created
December 01, 2010 14:18
There has to be another way.We use Netbeans as well, and we can change pages on it and it works fine (and that querystring variable is not passed, except to the first page.)
Community
PhpStorm
debugging php across multiple webpages
0 votes
«
First
‹
Previous
Next
›
Last
»