want to join us? register, it's easy | help

browse by tag: Zend

sort by

newest, oldest, most popular


category icon

Application-level Logging with the Zend Framework

in PHP added by goodphptutorials, on 28/11/2007 Zend advanced tutorials framework

There are different reasons for logging information, different strategies for what and how to log, and of course different ways of implementing it. This article will look at why you would want to log, what you want to log and how to do it.

comment save report
category icon

Using Zend framework Components In CakePHP

in PHP added by goodphptutorials, on 26/11/2007 Zend framework intermediate webservice

In this article I describe how to use Zend framework components in a CakePHP application by means of building a very simple CakePHP application using Zend_Service_Flickr, a component for accessing the Flickr web services.

comment save report
category icon

Setup a quick Yahoo Search page within a few minutes!

in PHP added by finalwebsites, on 18/11/2007 Zend beginner tutorials framework php5

Nice tutorial on using the Yahoo search web service with the classes from the Zend framework.

comment save report
category icon

The Standard PHP Library (SPL)

in PHP added by CalEvans, on 1/10/2007 SPL Zend advanced tutorials

As its name implies, the goal of the Standard PHP Library-or SPL, for short-is to provide a standard library of interfaces that allows developers to take full advantage of object-oriented programming in PHP 5.
This library of interfaces creates a standard API for certain kinds of built-in functionality, allowing your classes to interact with the PHP engine in a much more seamless manner. The functionality it provides includes, for example, the ability to define how your objects will react when iterated over with foreach, advanced array access, file and directory access, and advanced SimpleXML object handling. The largest chunk of functionality that the SPL provides comes in the form of iterators.

comment save report
category icon

AJAX Chat Tutorial Part 1: Introduction

in PHP added by goodphptutorials, on 28/12/2006 AJAX JavaScript Zend advanced tutorials

This tutorial is a step by step introduction to creating a lightweight chat application using XML as a storage medium.

comment save report
category icon

A first look at the Zend Framework

in PHP added by goodphptutorials, on 21/3/2006 Zend general zend framework

The long-awaited Zend Framework has finally been released, and in this article Dennis Pallett takes a first look at what it has to offer.

comment save report
category icon

Taking a look at ten different PHP frameworks

in PHP added by goodphptutorials, on 20/3/2006 Zend cakephp framework general symfony wact

PHP frameworks are the latest hot topic in the PHP community, and new frameworks are being released daily. With over 40 frameworks available it's difficult to decide which framework works best for you, especially as each framework offers different functionality.

comment save report