Rich Rohde
- 活动总数 67
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 17
-
创建于 Type Hint private variables
Using PHPStorm 9.0.1.I'm having an issue which works but I get a warning messasge. Here is an example class that give the warning:<?php include_once "rw.fielddefs.class.php"; class TTest { ... -
创建于 PHP Warning: Module 'mysql' already loaded in Unknown on line 0
PhpStorm 9.0.When I run a php function for testing I get the following warnings:PHP Warning: Module 'mysql' already loaded in Unknown on line 0PHP Warning: Module 'mysqli' already loaded in Unkno... -
创建于 Using new HTML elements
I want to define a new HTML5 elements <desc> and I want to setup a style for this 'tag' in CSS and when I try that I'm getting an error.Is there a way to add user defined elements to PHPStorm ver 9... -
创建于 Mobile Website
I need to take a classic website and transform (develop) it to a mobile website.I would like to get some feedback from those of you that have been using PhpStorm/WebStorm for developing mobile webs... -
创建于 Share common files between projects
Using PhpStorm 8.0.2 build number PS-139.659I would like to setup a structure to share common files between projects. I've tried to find something on this in the help and also in the discussion for... -
创建于 Creating new PHP function
As I am writing code I may want to interject a new function. Is there a short-cut to open a window to create code the function and then indicate where that funciton is to be saved? Here is an examp... -
创建于 Data Sources and Drivers [8.0]
I'm trying to setup a connection to a MySQL data base that is locally hosted on a server named IIS1. I am unable to connect getting a message saying: Message from server: "Host '10.10.10.50' is not... -
创建于 PhpStorm PS-138.1901
My CSS files are getting a warning on 'text-decorations: no-underline', is this an issue? -
创建于 Unknown pseudo selector - how to ignore?
In my css file I have pseudo code for input placeholder:input::-webkit-input-placeholder { color: rgba(0,5,143,.5); text-transform: uppercase;}it is showing as an error in red (e.g. -webkit-i... -
创建于 Newbie Question
Hello all. I have been using WebStorm for development of a couple of web sites and have found that it's fairly easy to use. I am going to be getting into PHP development for MySQL and have a questi...