Skip to content

Commit 141b143

Browse files
committed
Merge pull request ukko#6 from cmyker/patch-1
Update README.markdown
2 parents 7f2cf47 + 2ddf5d8 commit 141b143

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@ Do not forget to declare a variable type $ redis
4747
* Click "Open"
4848
* Click "OK"
4949

50-
### Setup in IDE Eclipse PDT
50+
### Setup in Zend Studio IDE (Eclipse PDT)
51+
52+
* Open "Window" -> "Preferences"
53+
* In preferences dialog open "PHP" -> "PHP Libriaries"
54+
* Click "New" button, in "User library name" enter "Redis", click "OK"
55+
* Select newly created "Redis", library Click "Add external folder", select path to the folder which contains your checkout of phpredis-phpdoc or you can download single "Redis.php" file https://raw.github.com/ukko/phpredis-phpdoc/master/src/Redis.php
56+
* Include your custom library in your project: open "Project" -> "Properties" -> "PHP Include Path", click add library, select "User library", click "Next", check "Redis", click "Finish"
5157

0 commit comments

Comments
 (0)