Difference between zend_registry and zend_session?
Answer / Monica Rani
Zend Registry is a container for storing application-specific data across multiple components, while Zend Session handles session management in PHP. The registry is typically used to store objects or configuration details, whereas sessions are used for user authentication and state management.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get client's timezone?
What is zend framework 2?
What new in zend framework 2.0?
How to get all get data in zend framework?
How to disable layout from controller in zend framework?
How can I use a stored procedure in a mysql database with zend framework?
I want to use a sql function or perform calculations in a statement I'm generating with zend_db_select. How can I do this?
What are the important component of zend framework?
Explain form element decorators in zend framework2?
What are the basic operations performed by the decorator?
What is the purpose of bootstrap in zend framework?
List the default methods provided by decorators in the zend framework?