Skip to content
farrelley edited this page Sep 14, 2010 · 12 revisions

Joind.In API Zend Service

How to use the Service

Instantiate

With no username or password
$joindIn = new FarleyHills_Service_JoindIn();

With username and password
$joindIn = new FarleyHills_Service_JoindIn($username, $password);

$joindIn = new FarleyHills_Service_JoindIn();
$joindIn->setUsername('username')->setPassword('password');
Clone this wiki locally