2011-05-09 37 views
0

我是新來的Zend framework.I'm讓試圖查看網頁時,出現以下錯誤錯誤視圖文件

Fatal error: Using $this when not in object context in D:\xampp\htdocs\neemjobs\application\views\scripts\register\index.phtml on line 1 

class RegisterController extends Zend_Controller_Action 
{ 

    public function init() 
    { 
     /* Initialize action controller here */ 
    } 

    public function indexAction() 
    { 
     $this->view->pageTitle = "Zend_Form Example"; 
     $this->view->bodyCopy = "<p >Please fill out this form.</p>"; 

     $form = new forms_ContactForm(); 
     $this->view->form = $form; 

    } 


} 

我的看法是

<?php echo $this->pageTitle ;?> 
<?php echo $this->bodyCopy ;?> 
+0

是這樣您的完整視圖?試着在你的視圖文件的頂部做的var_dump – JohnP 2011-05-09 09:52:17

回答

1

這是完全正確的(在我的Zend Framework安裝順利完美,我只是不明白,「以何種方式」您使用的是表格......可是,無論如何,它的工作原理,這樣的「錯誤」是不是有...