QueryPath: jQuery für PHP

QueryPath klingt wie die Library die ich letzte Woche hätte gebrauchen können:

A PHP jQuery. That was the original goal of QueryPath. This meant creating a library that was:

  • Concise: jQuery methods are all short, and the methods are chainable. Both of these features are stables of the QueryPath library.
  • Flexible: like jQuery, QueryPath provides many different features and functions in a single place. Even the extensions can be easily subsumed under the core QueryPath object.
  • Powerful: One of the strong points of jQuery is that it provides a powerful suite of JavaScript? tools. QueryPath aims to provide that sort of toolset of PHP.

Und auf IBMs developerworks gibt es ein Tutorial zu QueryPath.

Possibly related posts (automatically generated)