Bill

- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Bill commented, -
-
Bill commented, -
Bill created a post, SilverStripe template coloring (ss files)
Is it possible to apply some kind of code formating/coloring to silver stripe template files? (ss extension) -
Bill created a post, Namespace auto completion
Hi,I am using PHPStorm EAP 102.18 on windows 7 64 bit OS with JRE 1.6.0_22.The following code doesn't provide any auto completion (the application runs correctly on the browser)$bug = new Applicati... -
Bill commented, -
-
-
Bill created a post, Autocomplete for array elements
Is it possible to do something like this?class Test{ public function testFunction() { return true; }}$array[0] = new Test();$class = $array[0];$class->{caret} ... -
Bill created a post,