Tag Archives: Programming languages

Zend_Calendar, when?

Zend Framework has a quite impressive Zend_Date and Zend_Locale modules which finally do things we needed 4 years ago with MerlinWork and then P4A, like normalizing localized dates and parsing the Unicode’s Common Locale Data Repository but I think we still need a good calendar module that would do the things that Pear::Calendar does now. [...]

Redundancy in PHP DB drivers

Once upon a time PHP had several different DB drivers such as: mysql pgsql mssql oci sqlite odbc informix firebird Later came mysqli oci8 and we already had duplicated drivers (also if they have some different optimizations/features) Later came PDO and we had pdo_mysql pdo_pgsql pdo_mssql pdo_oci pdo_oci8 pdo_sqlite pdo_odbc pdo_informix pdo_firebird so now we [...]

What is lacking in Zend_DB to make it a full abstraction layer

There are mainly 2 PHP abstraction layers out there: PEAR::MDB2 ADODB I used both for long time within P4A and the conclusion is that none of them is good enough, because of feature lacks, bugs, communication difficulties with the team. I have to say that MDB2 code is much clearer. But there’s something interesting coming [...]

Ruby.NET and PHP.NET

This post is nothing more than a reminder to me, ruby.NET is out today, Microsoft is working with Zend to build PHP.NET, is bigM trying to catch developers working with open languages? This surely mean that these languages gained (with python) so much audience and respectability that no one should ignore them.