如何以zend形式应用目标值?

时间:2011-07-11 14:21:15

标签: zend-framework

我有同样的要求,例如PHP + POST an HTML form from inside an iFrame and redirect parent

<form action".." target="_top">
</form>

我正在使用zend,我必须以zend形式应用target =“_ top”。我怎么能在zend中做到这一点

1 个答案:

答案 0 :(得分:2)

我是通过使用找到的,

$ this-&gt; setAttrib('target','_ top');