Explain the difference between zend_registry and zend_session in zend?
Answer / Utkarsh Kumar Srivastava
Zend_Registry is a simple registry for storing application-level objects, while Zend_Session is used for handling session data. The main difference lies in their purpose: Registry is useful when you need to store global objects across controllers and actions, whereas Session is designed to handle user data that needs to persist between requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the major difference between zend_auth and zend_acl?
How to get all post data in zend framework?
Tell me what are the steps kept in mind while designing the zend_form?
Does zend support php 4? Explain
How to get client's timezone?
Where is the model in zf's mvc implementation?
What is the function of model in mvc architecture?
What is event manager in zend framework?
How to use update statemnet in zend framework?
Do you know what are the methods used in decorator?
Where we set configuration in zend framework?
How to create an object of model in zend framework?