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


Sorting by custom criteria instead of date: 34 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 of diggs. <code php> <?php // Include ... 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) {