Zend Framework User Authentication
You’re building a web application with the Zend Framework and want a user controllable back-end system that allows for any number of users. To do this you will want to make use of Zend_Auth, which provides an API for authentication. This is the basic way to retrieve Zend_Auth session storage data: $storage = new Zend_Auth_Storage_Session(); [...]
Zend Framework Action Helpers
When developing websites that use quite a bit of server side code frameworks come in handy to save time from rolling your own format parser to simplifying the sending of emails. When working with PHP the standard is pretty much the Zend Framework provided Zend Technologies which maintains the PHP language. They also have a [...]
« go back
