Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-22-2007, 08:15 AM
Junior Member
 
Join Date: May 2007
Posts: 1
Default forward action = memory exhausted

With the following controller, when calling to function f1, always obtain the error of full memory, I suppose that it is my fault, but i don't know why.

PHP Code:
class TestController extends Zend_Controller_Action 

    
    public function 
f1Action()
    {
        echo 
'1';
        
$this->_forward('test''f2');         
    }       
    
    public function 
f2Action()
    {
        echo 
'2';
    }



Edited: Solved, the problem was a plugin not this code

Last edited by arodrpin : 05-22-2007 at 09:13 AM. Reason: solved
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:30 PM.