Tool Box
Abstract
Although the set of tools that will be used for Blogreen implementation is not fixed yet, this page summarizes interesting tools it can be interesting to look at.
Table of contents
PECL
SCA_SDO
Service Data Objects (SDOs) enable PHP applications to work with data from different sources (like a database query, an XML file, or a spreadsheet) using a single interface. SCA for PHP allows a PHP programmer to write reusable components (classes) in PHP, which can be called either locally, or remotely via Web Services, with an identical interface.
Edit
Up