PhpStorm 6.0.1 Web Help

In this section:

Icons in the tree view

IconDescription
classTypeJavaClass.png Class
img Interface
method.png Method/function
icon_interface_method.png Method/function in an interface
variable.png Variable
field.png Field
property_yellow.png Parameter
xml_element.png Element
Visibility modifiers
private.png Private
protected.png Protected
public.png Public

Data sources

IconDescription
DataSource DB data source
database_connection.png Database connection for a DB data source (appears right underneath the corresponding data source node as soon as the connection is established).

PhpStorm establishes a database connection automatically first time it needs to execute a query, and closes it automatically upon the session end. If necessary, a connection can be terminated manually, using the context menu command stop Close Connection.

icon_SqlDataSource DDL data source
dataSchema.png Schema
DataTables Table
dataColumn Column
dataColumnNotNull A NOT NULL column
dataPkColumn.png Column with a primary key
dataFkColumn.png Column with a foreign key
dataIndexedColumn.png Column with an index
dataPrimaryKey Primary key
dataForeignKey Foreign key
dataIndex Index
dataView View
dataFunction Stored procedure or function

See Also

Procedures:

Reference:

Web Resources: