blem I have a probem with my api signup page, the below code $this->obsConfig.... is not working i think it is outside a call but not sure how to put it in a class anyone know how to wrap this up?
$this->obsConfig['apiCall'] { ='AddUser.do';
$command = "";
if (!isset($obsAccount['username'])) {
return array (
'error' => 'No account name supplied!',
);
}
lee