What are the difference between zend_registry and zend_session?
Answer / Kavita Rani
Zend_Registry is a simple container for storing application-specific data across multiple components, while Zend_Session manages user sessions. The main difference lies in their purpose: Registry stores transient application data, and Session manages persistent user data.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to include js from controller and view in zend framework?
What is the minimum php version required to run zend framework 2.0?
What is routing and how it's work?
How to get client's timezone?
What is zend_filter?
How to print exact sql query in zend framework ?
Can we move the index.php file outside the public folder?
Features of mvc in zend framework?
What is the latest version of zend framework?
What is the function of action helper in zend?
How to create object of model?
How to add custom view helpers to zend framework 2