What is the best way to keep data between actions in zend framework 2?

廉价感情. 提交于 2019-12-14 03:15:52

问题


I have a form and it is subdivided in multiple steps, and i would like to know what is the best way to keep the data.

I'm using php with zend framework 2


回答1:


Store the data in a session. This would be true in any application.



来源:https://stackoverflow.com/questions/18406480/what-is-the-best-way-to-keep-data-between-actions-in-zend-framework-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!