Jump to content

ZF 1.12 Controller runs after the view, the forms are not getting created


yoursurrogategod

Recommended Posts

Here are my files.

 

The view:

http://bin.cakephp.org/view/542541964

 

The controller:

http://bin.cakephp.org/view/132354357

 

The form:

http://bin.cakephp.org/view/40623455

 

Now, when I run this, this is the text that I see:

 

entering view

asdfasfasd

exiting view

ENTER - buildAffiliateSelectForm - Application_Form_Input

EXIT - buildAffiliateSelectForm - Application_Form_Input

 

Why is my controller (action, in this case) is executing after the view? This doesn't make any sense.

Link to comment
Share on other sites

It's not executing afterward, but is displaying afterward. The view layer uses various pieces of buffer trickery to do it's job. Hence, output outside of a view is not recommended. What exactly is the issue you are trying to solve?

Link to comment
Share on other sites

It's not executing afterward, but is displaying afterward. The view layer uses various pieces of buffer trickery to do it's job. Hence, output outside of a view is not recommended. What exactly is the issue you are trying to solve?

Basically, what I'm trying to do is have the form elements (Zend_Form_Element_Select, for example) to show up in my view. This used to work (I swear), but suddenly they stopped working. And I don't know why. In the example above, I should see a drop down (even if it's not populated at all and has only 1 item in it).

 

[edit]

 

Fixed the size of the text.

Edited by yoursurrogategod
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.