ramblings on PHP, SQL, the web, politics, ultimate frisbee and what else is on in my life
[1] « 48 49 50 51 52 53 54 » [59]Denial will not prevent the hurting when you hit the floor
Well it has becoming increasingly clear that one of the last major IT companies that has not joined the TCPA might even become the first one to make a TPM a major part of their product strategy. I am talking about Apple. But then again at least they are not yet an official member of the TCPA.
read on (comments 0)
MDB2 progress
So it seems that my original plan of just a few RCs for MDB2 did not go through. I am now at RC4. I have spend alot of time over christmas just reading the source up and down. That way I found a number of bugs and ugly spots that I fixed within those 4 RCs.
read on (comments 0)
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)




