Fabio
- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 15
-
-
Fabio 创建了一个帖子, 已回答Execute 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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... -