SimplePie 1.5 is now available!

SimplePie Documentation.  Learn how to use this thing.  It's way better than going to school.

You are here: Documentation » SimplePie Add-ons » What you should know about SimplePie Add-ons

What you should know about SimplePie Add-ons

SimplePie Add-ons are really, really cool, but there is a base level of knowledge required that is above SimplePie's normal knowledge requirements.

SimplePie is made up of a series of classes – each of which is geared for something different. SimplePie_File is for getting files (like feeds), SimplePie_Cache is for caching them, SimplePie_Parser is for parsing them, and so on. You can get a complete list of these classes (and their methods) on the API Reference page. But these classes can also be extended (PHP 4.x, PHP 5.x) to allow for new functionality to be added, or existing functionality to be altered.

This is what these add-ons do. They're designed to add or alter existing functionality in new ways to allow SimplePie to better fit your needs. Anybody who can understand the documentation in the preceding links should be able to write their own extensions to SimplePie.

To extend methods in specific classes, SimplePie has certain configuration options designed for exactly that, which tell SimplePie to use the extended version of the class instead of the built-in version.

More documentation will likely be added about this topic in the future, but this should be enough to get you started for the time being. If you happen to be knowledgeable in this area, please feel free to bring value to this page by editing it. :)


addons/what_you_should_know_about_simplepie_add-ons.txt · Last modified: 2011/03/06 03:56 (external edit)