Doctrine 2 with ZF 2

| Webtraffic Exchange

Getting started with Doctrine 2 in ZF2

Using Doctrine as an ORM to persist your data significantly lowers your overhead in managing your database. However, if you're just getting started with Doctrine, you'll have to invest in moderate time to overcome the le...

Framework

Read More +
Get Client IP from PHP

| Webtraffic Exchange

How to retrieve Client IP address in PHP?

There are a number of array name/value pairs provided in the PHP's "predefined" $_SERVER variable, which you can use to extract client's IP address. Some of the IP-related $_SERVER parameters retrieved from the web serve...

Programming

Read More +
Zend Framework Overview

| Webtraffic Exchange

Zend Framework 1 Overview

Developing a PHP application requires domain knowledge, software engineering, discipline, and time. We rarely write applications from scratch as there are freely available application frameworks that we can take advantag...

Framework

Read More +