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

Search

You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate button.

Results


SimplePie 1.0 "Razzleberry": 110 Hits
ace. (RC1) * Added the following constants: ''[[reference:SimplePie:SIMPLEPIE_BUILD]]'', ''[[reference:SimplePie:SIMPLEPIE_LINKBACK]]'', ''[[reference:SimplePie:SIMPLEPIE_NAME]]'', ''[[reference:SimplePie:SIMPLEPIE_URL]]'', ''[[reference:SimplePie:SIMPLEPIE_USERAGENT]]'', and ''[[reference:SimplePie:SIMPLEPIE_VERSION]]''. (RC1) * Added ''[[reference:SimplePie:set_favicon_handler]]'' to enable the caching and dis
Documentation: 23 Hits
ials and such, but please follow existing uses of wiki links and the [[http://simplepie.org/api/|API documentation]]. :!: **You can look... * [[1.3:start|Other Documentation for 1.3]] * [[reference:start|API Documentation for 1.2]] * [[tutorial:start]] * [[ideas:start]] ===== Enhancements ===== * [[plugins:start]] * [[addons:start]]... [misc:Coding Standards]] * [[misc:Release Notes:start]] * [[misc:Credits]] * [[misc:In The Media]]
Setup and Getting Started: 22 Hits
require it in your pages, and use the resulting [[reference:start|API functions]], you can probably skip this prime... to assume that you want your PHP libraries (like SimplePie) to live in ''http://example.com/php'', your cache files to be stored in ''http://example.com/cache'... der you just created.//** This is where you will reference SimplePie from when you require it on your pages. ==== Ste... to go at this point. If you know how to require SimplePie in your pages, and can find your way around the [[reference:start|function reference]], you should be fine at this
Sorting by custom criteria instead of date: 20 Hits
ab extra Digg-specific data, and we'll extend the SimplePie class and override the [[reference:SimplePie:sort_items]] method to sort by number o... necessary libraries. Digg Add-on found at http://simplepie.org/wiki/addons/digg require_once('simplepie.inc'); require_once('simplepie_digg.inc'); // Extend the SimplePie class and override the existing sort_items() func... with our own. class SimplePie_Custom_Sort extends SimplePie { public static function sort_items($a, $b) {