How to get the base url in Zend form

$view = Zend_Layout::getMvcInstance()->getView();
 $baseUrl    =    $view->baseUrl();