ramblings on PHP, SQL, the web, politics, ultimate frisbee and what else is on in my life
[1] « 36 37 38 39 40 41 42 » [46]Happy new year!
Personally last year was very interesting. Not necessarily successful, but enlightening on so many levels, that I am sure 2006 can only be a success. Now over the last few days I afforded myself the luxury (or torture) to look at other peoples code, besides pushing out one RC after another on MDB2 and related packages. Specifically I looked at some of the latest ActiveRecord, CRUD in no time, hyped up frameworks: QCodo, Cake and Symfony.
read on (comments 5)
MDB2 example
I just wanted to show case some of the new features in MDB2. I especially wanted to demo some PHP5 specific features. The following example just creates a table with an autoincrementing primary key column 'id', inserts some values, fetches the last inserted id and finally, after selecting those values and outputs them using an iterator, drops the table again ..
read on (comments 9)
PDO? SQLite 3.x?
I have received some questions why MDB2 does not support SQLite 3.x or why MDB2 does not provide PDO based drivers. That is actually one question as the only way to get SQLite 3.x support is to write a PDO based SQLite driver. Now this is a very important step MDB2 needs to take.
read on (comments 0)
MDB2 2.0.0RC1 is here!
Today I finally released the next MDB2 version which finally promises a stable API. I am hoping to actually be able to release the first release labeled as "stable" before the end of the year. I have also pushed new releases for the two MySQL drivers, the PostGreSQL driver, the Oracle OCI8 driver, the SQLite 2.x driver and the Querysim driver. Furthermore I have released an updated version of MDB2_Schema.
read on (comments 1)
Free conferences
I saw a blog post by Robert Treat if anyone knows a site that lists all OSS conferences on Planet PostGreSQL. Since I did not know one either I just setup a new subwiki and made it world read/writeable for this purpose. So unless someone points me at a better place I will try to keep it uptodate with any conferences I see posted anywhere. I hope others will help to make this a useful ressource.
read on (comments 0)



