<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Php%2Fzend_framework%2Fzend_helper</id>
		<title>Php/zend framework/zend helper - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Php%2Fzend_framework%2Fzend_helper"/>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/zend_framework/zend_helper&amp;action=history"/>
		<updated>2026-04-24T20:50:19Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.nonip.net/index.php?title=Php/zend_framework/zend_helper&amp;diff=546&amp;oldid=prev</id>
		<title>127.0.0.1: ページの作成:「==FlashMessengerヘルパー例== リダイレクトしてもメッセージを保持している   public function helperAction()  {      $flashMessenger = $this-&gt;_helpe...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/zend_framework/zend_helper&amp;diff=546&amp;oldid=prev"/>
				<updated>2015-05-19T18:13:43Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「==FlashMessengerヘルパー例== リダイレクトしてもメッセージを保持している   public function helperAction()  {      $flashMessenger = $this-&amp;gt;_helpe...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==FlashMessengerヘルパー例==&lt;br /&gt;
リダイレクトしてもメッセージを保持している&lt;br /&gt;
&lt;br /&gt;
 public function helperAction()&lt;br /&gt;
 {&lt;br /&gt;
     $flashMessenger = $this-&amp;gt;_helper-&amp;gt;getHelper('FlashMessenger');&lt;br /&gt;
     $flashMessenger-&amp;gt;addMessage('メッセージ１');&lt;br /&gt;
     $this-&amp;gt;_forward('helperredirect');&lt;br /&gt;
     $this-&amp;gt;_helper-&amp;gt;viewRenderer-&amp;gt;setNoRender(true);&lt;br /&gt;
 }&lt;br /&gt;
 public function helperredirectAction()&lt;br /&gt;
 {&lt;br /&gt;
     $flashMessenger = $this-&amp;gt;_helper-&amp;gt;getHelper('FlashMessenger');&lt;br /&gt;
     $this-&amp;gt;_helper-&amp;gt;viewRenderer-&amp;gt;setNoRender(true);&lt;br /&gt;
     print nl2br(print_r($flashMessenger-&amp;gt;getMessages(),1)); // メッセージ１&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>	</entry>

	</feed>