Archive for the Zend Framework Category

Simple authentication in Zend Framework

This is quick example of how to do a very simple authentication in Zend Framework. It doesn’t user external database for getting the credentials, although you can make it very easily to read data in the Auth adapter from an external file or MySQL database.

datePicker and jqModal z-index problem

It appears that jqModal and datePicker have z-index problems. My datepicker appeared below the form inside jqModal. The fix for this is very simple. We have to modify CSS for UI and jqmodal.
This is because they don’t set z-index property properly. But we can change it on our own…