Skip to content

Commit a867fd8

Browse files
committed
Small change README
1 parent 89dd4a4 commit a867fd8

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.markdown

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,32 @@ After that, your IDE, when you declare a class Redis will display a hint which m
55
### For example:
66

77
$redis = new Redis();
8-
$redis->con <press Tab or press Ctrl+Space>
8+
$redis->con<press Tab or press Ctrl+Space>
99

1010
### Warning:
1111

1212
Do not forget to declare a variable type $ redis
1313

1414
/**
15-
* @ Var Redis
15+
* Please do not forget to specify the variable type
16+
* @var Redis
1617
*/
1718
public $redis = null;
1819

1920
![Example of use](https://github.com/ukko/phpredis-phpdoc/raw/master/redisphp.png)
21+
22+
### Install
23+
24+
* Install redis-server
25+
* Install [phpredis extension](https://github.com/nicolasff/phpredis)
26+
* Download [phpredis-phpdoc](https://github.com/ukko/phpredis-phpdoc/tarball/master)
27+
28+
### Setup in IDE PhpStorm
29+
30+
Menu "File" -> "Settings" -> "PHP" -> <Select path to folder "phpredis-phpdoc">
31+
32+
### Setup in IDE NetBeans
33+
34+
35+
### Setup in IDE Eclipse PDT
36+

0 commit comments

Comments
 (0)