News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

David Coallier's Blog:
PEARDB is Deprecated, Got It?
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.

0 comments voice your opinion now!
pear db database mdb2 deprecated pear db database mdb2 deprecated



Community News:
New Zend Framework Mailing Lists Announced
September 19, 2006 @ 15:10:10

Going along with the Roadmap update Zend has recently put out about it's Framework, Andi Gutmans has also announced the introduction of more mailing lists to help developers communicate more effectively.

In line with the roadmap email, I'd like to form 8 new mailing lists which will make it easier for people to discuss/participate in subject areas which are of interest to them (actually 7 new ones as docs already exists).

I did think of calling the lists fwdev-* to note them as dev lists but I think it makes more sense to keep them open to the users. I find it very valuable to get users asking questions and commeting on functionality on the dev lists as that's valuable input from the users.

The new mailing lists up and running. They are:

  • fw-webservices@
  • fw-mvc@
  • fw-auth@
  • fw-i18n@
  • fw-db@
  • fw-core@
  • fw-formats@

To check out the topics that fall under each category, check out the sections of the roadmap.

0 comments voice your opinion now!
mailing list zend framework raodmap webservices mvc auth db core mailing list zend framework raodmap webservices mvc auth db core


CodePoets.co.uk:
A Quickstart to using PEAR with PHP
April 13, 2006 @ 07:09:23

On CodePoets.co.uk today, a new tutorial introduces you to the PEAR DB package, giving you a howto guide on performing simple queries with its functionality.

PEAR::DB, provides a uniform, cross platform, cross database method for connecting to databases, when writing PHP applications/scripts. Extensive documentation can be found online here This article aims to show briefly, how queries and updates can be performed when using PEAR DB.

They list a few reasons why one might want to use the PEAR DB package over the normal PHP database functions before they get into the examples. There are four examples - making the connection, querying the database, what to do to avoid SQL injections, and updating your database with prepared statements.

1 comment voice your opinion now!
php pear db package quickstart howto connect query sql update php pear db package quickstart howto connect query sql update



Community Events







Don't see your event here?
Let us know!


conference code zendframework book release database PEAR releases example cakephp zend package PHP5 developer job ajax framework security application mysql

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework