Vladmar
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
创建于 Laravel Blade if statement
Today I noticed that PHPStorm 8 is not counting div's correctly if there is a if loop inside of it. Take a look at the code below@section('slider') <div > <div > <div id="slide... -
创建于 SVN version/unversion file in PHPStorm
I am working with SVN for couple of projects now and have a fairly simple question I haven't been able to find a solution so far.By a mistake I added few files into SVN (composer.json is one of the... -
创建于 Very odd SVN message
After changing svn password and getting new certificate PHPStorm keeps popping this message over and over againSubversion: (Accessing URL: https://svn.********.net) Received fatal alert: handshak... -
创建于 Laravel and autocomplete question/problem
I have a project which needs to be written with Laravel 3 framework. After I setup framework and the PHPStorm to my needs and start coding something odd happens (I've tried both 5.0.4 and 6.0 versi... -
创建于 Data sources in PHPStorm 3.0
Up until 3.0 I had Database URL defined as thisjdbc:mysql://localhost/zlajo_andreaand when opening Database Source pane I had listed only databse called zlajo_andrea. But since 3.0 update this does... -
创建于 Live template export
Since I am in process of installing a new computer I need to somehow export all of mine live templates. Is there such command in Settings panel or I have to manually copy/paste files from config/te... -
创建于 phpmyadmin sql dump error
Whenever I'm using mysql dumps generated from phpmyadmin I get errors even if the generated code is perfectly OK. Here is the example:CREATE DATABASE IF NOT EXISTS `dpn` /*!40100 DEFAULT CHARACTER... -
创建于 IDE internal error
Almost always when I try to edit HTML code in something like this case:$tableHtml .= "<div id='content'><table><tr><td width='50'>rb</td><td width='250'>......I get IDE internal error. It then asks... -
创建于 Go to method?
I was trying to find this shortcut in keyboard reference card but with no success. I found that CTRL+N is used for classes but sometimes a have a fairly large class and then I have to use 'collapse...