posts by category
PHP Firebird driver á la ActiveRecord
A very useful Firebird driver for performing most CRUD database operations in PHP.
comments(0)
International date formats in Firebird
We all know we can store dates or timestamps in Firebird in the following formats : ’06/25/2007’, ‘June 25, 2007’, ’6,25,2007’, ’25,jun,2007’, etc. But what happens when we want to store DD/MM/YY into Firebird?.
comments(0)