browse by tag: Zend
sort by
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 reportUsing 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 reportSetup 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 reportThe 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.
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 reportA 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 reportTaking 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