andreiz / php-zookeeper

A PHP extension for interfacing with Apache ZooKeeper
Other
449 stars 215 forks source link

Fix example class + add example listing children of "subnode" #15

Closed asm89 closed 12 years ago

asm89 commented 12 years ago

We thought the example class was quite useful for basic zookeeper integration. However the code contained a small bug.

This PR fixes the bug and adds an example of listing children of a self created subnode.