Skip to content

Commit 64ba424

Browse files
author
Max Kamashev
committed
Add help
1 parent 47fc0ff commit 64ba424

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
You need to add the path to a class of global include path.
2+
3+
After that, your IDE, when you declare a class Redis will display a hint which methods of this object can be used.
4+
5+
h3. For example:
6+
$redis = new Redis();
7+
$redis->con <press Tab or press Ctrl+Space>
8+
9+
h3. Warning:
10+
Do not forget to declare a variable type $ redis
11+
/**
12+
* @ Var Redis
13+
*/
14+
public $redis = null;

0 commit comments

Comments
 (0)