Andrea
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Andrea created a post, Live templates expressions: how to decapitalize with underscores?
Hi,I'm trying to create some live templates following the company code styling and I'd like to have a variable named all lowercase, with underscore.So something similar to what capitalizeAndUndersc... -
Andrea created a post, Breakpoints on find usages results (filtered)
I need to put a breakpoint in all places where a variable is written.With find usage I can show only "Value write" results, but there is any way to mark these result as breakpoints, without going t... -
Andrea created a post, How to specify variable scope
In some classes I've a code like this:function my_method() { $something = array(); if ( $a != $b ) { $something = $this->my_other_method( $a, $b); } include SOME_CONSTAN... -
Andrea created a post, Can't use Xdebug anymore
Since yesterday phpstorm stopped working with xDebug.Environment:- Mac OS X 10.9- MAMP PRO 2.1.4- PHP 5.4.10This, from terminal, shows nothing:netstat -an | grep 9000I'm using MAMP PRO, with PGP 5.... -
Andrea created a post, How to customize contextual menu?
I'd like to add items to the contextual menu when in the editor.To be more specific, I'd like to have a bookmark toggler when right-clicking onm any part of my code.I need that since I can't use th... -
Andrea created a post, WordPress prepared queries
In WordPress you often make use of SQL statements such as this:$post_type = $wpdb->get_var($wpdb->prepare("SELECT p.post_type FROM {$wpdb->posts} p WHERE p.ID=%d", $request_id));In this case PhpSto... -
-
-
Andrea created a post, Debugging CLI php script
Hello,I've tried to find a way to debug a CLI php script I'm working on and the few solution I've found all require editing one or more .ini anc configurations files, that I don't want to edit, sin... -