Fabio

- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 15
-
-
Fabio created a post, AnsweredExecute the same query on multiple databases
Hi, I have 80 clients who are using my PHP application, so it means 80 different databases with the exact same structure. I already have created the datasources on IntelliJ. When I want to add new ... -
-
Fabio created a post, Structural replace : remove HTML tags but keep content
Hi,I would like to remove some tags in my document but keep content.Is there a way to do it with the structural search and replace?For instance, I want to replace:<section id="test"><p>bla bla/p> t... -
Fabio created a post, Show Variables in Editor
Hi,There is a new incrédible debugging option in Intellij: Show Variables in EditorDoes anyone know if it is (or will be) available in PHPStorm?Thanks,Fabio Chelly -
-
-
-
Fabio created a post, Autocomplete for classes when class name is modified by autoload
Hi,I'm working on a big project where autoload changes the name of classes by adding "Core" to the class name.autoload : require($root_dir.$classname.'Core']);Is there a way to tell PhpStorm to... -