Zend Framework help
You will get useful hints for developing your application with Zend Framework
How to get the base url in Zend form
$view = Zend_Layout::getMvcInstance()->getView();
$baseUrl = $view->baseUrl();
Newer Post
Older Post
Home