 | News Feed |
Sections
|
| feed this: |  |
David Coallier's Blog: PEARDB is Deprecated, Got It?
by Chris Cornutt June 04, 2007 @ 15:21:00
In response to several other posts lately about the PEAR::DB package in PEAR (and things that could be done to improve it), David Coallier got a bit fed up and shared his opinion - "PEAR::DB is deprecated, got it?"
All new features are made into MDB2 and not DB, the only thing that is being done on DB is security fixes. So MDB2 is first of all, faster, smaller (Because of it's driver and modularity), easier, and has more features (LOB handling, Iterator, etc) and better end-user documentation, quite solid docs indeed.
Of course, the comments of the post are full of people arguing to keep it around and others that agree with David, especially in light of a MDB2 driver for the Zend Framework he mentions.
voice your opinion now!
pear db database mdb2 deprecated pear db database mdb2 deprecated
Zend Developer Zone: Book Review - PHP Programming with PEAR
by Chris Cornutt February 02, 2007 @ 19:04:00
Cal Evans of the Zend Developer Zone has posted a new book review of one of Packt Publishing's latest PHP-related offerings - "PHP Programming with PEAR".
For those who have been living under a virtual rock for a while now, PEAR is the "PHP Extension and Application Repository". In a nutshell, it is a collection of classes, it's a framework, and it's a distribution system. Most importantly though, it's an excellent place to find the classes you need so you don't have to re-invent the wheel. (Ok, beginner's time is over, I promise).
PHP Programming with PEAR, written by Stephen Schmidt, Carsten Lucke, Stoyan Stefanov and Aaron Wormus, takes a look at some important PEAR classes and how you can use them.
He mentions what the book covers (which packages) and highlights some of his favorite bits, including the chapter on web services.
voice your opinion now!
pear book review packt package webservice mdb2 xml pear book review packt package webservice mdb2 xml
Jeff Moore's Blog: PDO versus MDB2
by Chris Cornutt December 27, 2006 @ 10:41:00
In the constant pursuit of exploring what else is out there, Jeff Moore took a look at using PDO and MDB2 in some of his scripts and tried it out in a simple test program:
I was just putting together a small test program and I thought I would try using PDO. I really haven't done anything serious with PDO, just try it a couple times. Unfortunately, this didn't work and it took me a few minutes to figure out why. Actually, I still don't know exactly why it doesn't work, but I did find a way to make it work.
He found PDO slightly different to work with than what he was used to so he moved on to MDB2 to see how the same code would fare there. Things worked smoothly there, handling the prepared statements he wanted to use perfectly.
voice your opinion now!
pdo mdb2 database test prepared statement pdo mdb2 database test prepared statement
|
Community Events
Don't see your event here? Let us know!
|