News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Kore Nordmann's Blog:
PHPillow - a PHP CouchDB wrapper - Update
May 23, 2008 @ 11:18:34

Kore Nordmann has posted about a PHP wrapper they've created to lay on top of CouchDB - PHPillow.

The wrapper is called PHPillow, lays on top of the Couch and offers even more comfort laying anything into the database. :) It has complete API documentation, currently a test coverage of >95%, tutorials and practical examples included. Even I would call it alpha - as CouchDB is still alpha at the current state - you can expect it stay quite stable API wise, as I rely heavily on it in other projects and therefore won't break too much.

You can check out the latest version of this wrapper from its subversion site and get more information about CouchDB on its website and wiki.

0 comments voice your opinion now!
couchdb wrapper class phpillow subversion svn checkout



Matthew Weier O'Phinney's Blog:
ZF Subversion Reorganization
May 23, 2008 @ 09:35:59

If you're using the subversion checkouts of the Zend Framework, Matthew Weier O'Phinney recommends you update your checked out copy to bring it up to sync with the reorganization they've just finished.

We just completed a reorganization of our subversion repository. The reorganization was necessary due to changes we are introducting both in our proposal system as well as project architecture. Specifically, we are introducing a new library, our 'Extras' library, which will contain contributions that are not officially supported by Zend but which still require successful completion of our proposal process. Additionally, we are merging our Laboratory repository.

This page on the Zend Framework website gives the new structure along with a list of key changes and an example of how to switch our your current checkout with this new version.

1 comment voice your opinion now!
zendframework reorganization extras library svn update checkout


The Northclick Blog:
Message Queue Project First working version
December 07, 2007 @ 13:41:00

On the Northclick blog, Soenke Ruempler has posted an update on the "message queue" project based on a previous draft.

Some time has elapsed since we wrote our draft for a message queue system written in and for PHP. Now it's time to give you guys an update and working beta-code. [...] You can find the project homepage at https://opensource.ruempler.eu/pmq/. We'd be proud if you have some cool naming tips for this project - we haven't registered a domain yet. At the moment it's temporarily called "PHP Message Queue".

Check out the post for more specifics about the updates/advancements they've made or you can download the current code from their SVN repository.

1 comment voice your opinion now!
message queue project working version svn checkout message queue project working version svn checkout


Sebastian Bergmann's Blog:
Distributed Testing with PHPUnit 3.1
February 22, 2007 @ 12:14:00

In his latest post, Sebastian Bergmann spotlights another new feature of the upcoming PHPUnit release - distributed testing.

One of the new features in the upcoming PHPUnit 3.1 release is the support for distributed testing through the ability to log test result and code coverage data to a database. This way, the same test suite can be run on different platforms with the results being aggregated in the database. For this to work, however, we need a key in the database that identifies test runs from different machines as being related. A Subversion revision number is a perfect candidate for this.

He includes a sample script that helps with the storage of the results in the database by grabbing a unique id for the machine pushing the updates in.

0 comments voice your opinion now!
phpunit distributed testing unittest subversion checkout unique database phpunit distributed testing unittest subversion checkout unique database



Community Events











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


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

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