Getting started with Memcached & PHP
In this basic tutorial, I am going to show you how to install and get started with Memcached using PHP.
Memcached is used to improve a web applications performance by storing an associative array of data in its memory. This is typically used to store database query results, therefore reducing the amount of queries to the database server.
Working with PHP NuSOAP
In this tutorial, I am going to show you how easy it is to work with SOAP using the NuSOAP PHP library.
Firstly, download the NuSOAP library here:
http://sourceforge.net/projects/nusoap/
Once you have downloaded the library, unzip the contents and copy the lib folder into your web root.
Using the Zend Framework Layout
Zend can be pretty useful when it comes to layouts. Today I am going to show you how to set up two layouts, along with dynamic meta title, description and keywords. If you haven’t already got Zend set up – you can follow my previous tutorial here.
Enhance your website forms with Zend_Dojo_Form
I’ve heard a few people talking about Zend_Dojo and how easy it is to implement into your web projects. Lately, I have been doing some research on Zend_Dojo_Form. My first thoughts were that it looked really good. It had a nice look and feel, along with basic Dojo / client side validation. If you are used to using the Zend_Form class – Zend_Dojo_Form allows the same server side validation and filtering, making it a lot more powerful.
Get Social