smarty在開機檔案中引入:
include_once ("../library/Smarty/Smarty.class.php");
$smarty = new Smarty ();
$smarty->caching = fgse
$smarty->template_dir = APPLICATION_PATH."application/views/scripts/";$smarty->compile_dir = "./data/smarty/";$smarty->cache_dir = "./jache/smart /";//$smarty->left_delimiter = "//$smarty->right_delimiter = "}>";require_once "Zend/Loader/Autoloader .php" :getInstance ()->setFallbackAutoloader ( true );$registry = Zend_Registry::getInstance ();$registry->set ( 'smarty', $smarty );$registry->set ( 'smarty', $smarty );
時控制器的配置:$front = Zend_Controller_Front::getInstance ();
$front->setBaseUrl ( '/' );
$front->setParam ( 'useDefaultControllerAlways', true ) ;
, true );$front->setControllerDirectory ( '../application/controllers' );$front->throwExceptions ( true );設定:
$this->registry = Zend_Registry::getInstance ();
$this->view->assign ( 'baseurl' , $this->_request->getBaseUrl () );