Skip to content

Commit

Permalink
Merge pull request #6 from cmyker/patch-1
Browse files Browse the repository at this point in the history
Update README.markdown
  • Loading branch information
ukko committed Oct 2, 2012
2 parents 7f2cf47 + 2ddf5d8 commit 141b143
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,5 +47,11 @@ Do not forget to declare a variable type $ redis
* Click "Open" * Click "Open"
* Click "OK" * Click "OK"


### Setup in IDE Eclipse PDT ### Setup in Zend Studio IDE (Eclipse PDT)

* Open "Window" -> "Preferences"
* In preferences dialog open "PHP" -> "PHP Libriaries"
* Click "New" button, in "User library name" enter "Redis", click "OK"
* 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
* 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"


0 comments on commit 141b143

Please sign in to comment.