Persistence Layer For PHP5
October 18th, 2004
The latest releace candidate of DB_DataContainer now supports also PHP5. Official release will follow shortly if no bugs are found. Also to those who might be interested a port to PDO is under its way. The class will be called PDO_DataContainer.
While browsing through similar projects I found out something that I haven't noticed before. Propel uses the same approach of having just one save() method instead of separate insert() and update() methods to persist the object into the database. I never understood the reason of having different method call for INSERT and UPDATE which is what most of the persistence layers and alike have. If the object has primary key set you know you have to do an UPDATE. If primary key is not set you know you have to do and INSERT.
Daniel Convissor Speaks PEAR::DB
June 24th, 2004
In the latest edition of International PHP Magazine Daniel Convissor gives an overview of the new Features in the PEAR::DB 1.6.x releases. The article is called PEAR DB: Ripe for the Picking.
Two solid months of tilling the proverbial soil, committing over 500 bits of fertilizer and squishing 90 documented bugs—and countless undocumented ones—has brought PEAR’s most popular package to a new state of maturity. It is stable and fully tested on most of the supported DBMS’s. The new release focuses on portability, allowing you to write applications that can be used with a wide variety of database back-ends.
Creating GIS Maps With PHP
March 9th, 2004
You just have to love Sebastian Bergmann’s
Image_GIS. With
few lines of geospatial
data you are able to produce nice map of Finland. A bigger version