This commit is contained in:
parent
b7d0a46b1b
commit
15e2c70ca6
@ -99,21 +99,5 @@ Class devController extends Zend_Controller_Action
|
||||
$this->view->assign('function', $function);
|
||||
$this->view->assign('parametre', $this->functions[$function]);
|
||||
}
|
||||
|
||||
public function printobjetAction()
|
||||
{
|
||||
$webService= new WsScores();
|
||||
$request = $this->getRequest();
|
||||
$siren = $request->getParam('siren');
|
||||
$function = $request->getParam('fonction');
|
||||
|
||||
if (isset($siren) and isset($function)) {
|
||||
if(!empty($siren) and !empty($function)) {
|
||||
echo $function.'('.$siren.')';
|
||||
//$result = $webService->$function($siren);
|
||||
}
|
||||
}
|
||||
//$this->view->assign('result', $result);
|
||||
}
|
||||
}
|
||||
?>
|
@ -1,2 +0,0 @@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user