Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Thomas Weinert's Blog:
FluentDOM
Jun 12, 2009 @ 12:59:13

Thomas Weinert has posted about a new tool he's worked up to make working with the DOM in PHP a bit more fluent - FluentDOM.

Today I like to present a new projekt: FluentDOM. It provides an easy to use, jQuery like, fluent interface for DOMDocument. The idea was born in a workshop of Tobias Schlitt about the PHP XML extensions at the IPC Spring in Berlin.

He includes a basic code example - locating items with an ID of "first" and removing that ID to replace it with a class. If you'd like to check it out (literally) you can grab the latest version from the project's public svn.

tagged: jquery xml dom fluentdom

Link:


Trending Topics: