Categories


Loading feed
Loading feed
Loading feed

Work with XML Data in the Zend Framework

One of the incubator projects in the Zend Framework is Zend_Db_Xml. Zend_Db_Xml, also known as the XML Content Store (XCS), allows web applications that use XML data to easily update, save, and otherwise manage this data. In this article I will introduce the XCS persistence API and discuss an implementation using IBM’s DB2 9 database with its pureXML technology. Finally, I’ll discuss a sample social networking application to show how easy and fun it is to develop XML-centric applications using the XCS.

Get started easily with Adobe RIA Technologies

Recently I released a new project to help PHP developers get started with two Adobe web technologies: Ajax and Flex. (Flex is an Eclipse based plugin that helps software developers build applications that get delivered via the Flash player.) The (unofficial) Adobe PHP SDK contains samples and code in a single .zip file that show how to connect a PHP backend to two different front ends: Ajax for those who prefer HTML interfaces, and Flex for those that prefer a Flash interface.

Using Zend Search Lucene in a Symfony Application

Those wild code dogs over at spindrop.us have released an interesting and very thorough tutorial on integrating Zend_Search_Lucene into a Symfony application. Give me a page click and I’ll give you the whole story.

IBM Continues with "Understanding the Zend Framework" Series

For those of you not paying attention, IBM has been quietly releasing new installments in it’s “Understanding the Zend Framework” series. The series of tutorials is now in it’s 6th installment and the feed reader that readers are building is really beginning to take shape.

STORED PROCEDURE PROGRAMMING FOR MYSQL5 - PART 2

I’m not sure how I missed this but a couple of weeks ago, my friend Marcus Whitney over at A/R/T released the second part in a 2 part seriese on writing stored procedures in MySQL5. Let’s take a quick look at it, shall we?

Mike Potter announces "The (unofficial) Adobe PHP SDK"

Mike Potter is at it again, this time releasing the (unofficial) Adobe PHP SDK. Read on for more details 9and even a few links)

STREAMLINE WORKING WITH XML IN PHP USING SERVICE DATA OBJECTS - PART 2

Most PHP programmers will know that much of the function they use resides in PHP extensions, which usually either come packaged with their PHP distribution or can be downloaded from the PECL site. One such extension supports Service Data Objects (SDO) for PHP, which in February moved from a beta-level 0.9.0 release to a stable 1.0. Written by some of the original developers of the SDO extension, this article is aimed at the PHP programmer who wants to understand what SDO for PHP is, how it can be used, and how it can streamline working with XML.

Streamline working with XML in PHP using Service Data Objects - Part 1

Most PHP programmers will know that much of the function they use resides in PHP extensions, which usually either come packaged with their PHP distribution or can be downloaded from the PECL site. One such extension supports Service Data Objects (SDO) for PHP, which in February moved from a beta-level 0.9.0 release to a stable 1.0. Written by some of the original developers of the SDO extension, this article is aimed at the PHP programmer who wants to understand what SDO for PHP is, how it can be used, and how it can streamline working with XML.

No Fluff Just Stuff 2006 Anthology

Pragmatic Bookshelf sent me a copy of their new “No Fluff Just Stuff 2006 Anthology” for review the other day. I read it and found good and bad in it. Read on to get my full review.

An introduction to Service Data Objects for PHP

Service Data Objects (SDOs) have been around in the Java™ technology world since November 2003. They are designed as a means of simplifying and unifying working with heterogeneous data sources. In February 2005, IBM and Zend announced a strategic partnership to collaborate on the development and support of the PHP environment. One aspect of this collaboration has been the definition and implementation of SDOs for PHP. This article gives an overview of SDOs and the motivations for using them in the PHP environment. A simple contact management scenario is used to illustrate key concepts.
Loading feed