Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

peternijssen/codeigniter-simplepie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter SimplePie Integration

CodeIgniter SimplePie Integration is a simple library to use SimplePie within your CodeIgniter application. The latest SimplePie version (1.3.1) is included in this release

Requirements

  1. CodeIgniter 2.0.0+

Installing

Available via CodeIgniter Sparks. For info about how to install sparks, go here: http://getsparks.org/install

You can then load the spark with this:

$this->load->spark('ci-simplepie/1.0.1/');

or by autoloading:

$autoload['sparks'] = array('ci-simplepie/1.0.1');

Usage

After loading, you have this object available:

$this->cisimplepie;

This is just the regular SimplePie object, so for further assistance on how to use SimplePie, you can have a look at the SimplePie documentation over here: http://simplepie.org/wiki/

About

Integrate SimplePie within your CodeIgniter application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages