WAMP MySQL Web Development Environment Configuration
Once you have installed WAMP you will want to configure MySQL Server. This is easily accomplished via the WAMP web interface. Open your favorite browser then type “localhost” into your address bar then submit your request. Once the page has loaded you will be presented with the interface below. WAMP installation is quick and easy! [...]
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(); [...]
keep looking »
