Rich Rohde
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created 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 { ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created PhpStorm PS-138.1901
My CSS files are getting a warning on 'text-decorations: no-underline', is this an issue? -
Created 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... -
Created 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...