Installing WAMP or Windows Apache MySQL PHP
What if you are a web developer but you do not have time to setup an LAMP (Linux Apache MySQL PHP) server but use a Windows machine. Running a WAMP server saves you the hassle of setting up new/old hardware or a Virtual Machine. You can run these processes along-side your standard windows processes using [...]
Zend Framework User Authentication with Action Helper
What happens if you would like to use an authentication method for a chunk of controllers but would not like to replicate the code in each and every controller for your web development application? Zend Framework Action Helper to the rescue! Simply move your authentication code to an Action Helper then reference that helper in [...]
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 — keep looking »
