Development Framework

Zend Framework without MVC

| Webtraffic Exchange

Zend Framework without MVC

The reasoning for using a framework such as Zend Framework (ZF for short) is to speed up the development process, make the application extensible, and make use of the design patterns such as MVC. I think MVC is great, it...

Framework

Read More +
Zend Mail Attachments

| Webtraffic Exchange

How to add attachment with the Zend_Mail?

Files can be attached to an email using Zend_Mail->createAttachment() method. The createAttachment() method requires the content of the attachment and 3 optional arguments. Please note that it takes file content as an...

Framework

Read More +
ZF2: ZF1 like URL Routing

| Webtraffic Exchange

ZF2: ZF1 like URL Routing

ZF2 introduces a new routing for the framework which is similar to ZF1 but has slightly different semantics. The skeleton application ships with a default Application level router which takes a matching controller/action...

Framework

Read More +
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 +
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 +