SimpleZend
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Library for Zend Framework usage Simplepie
Itroduction
===========

This library, usage Simplepie for Zend Framework. The current version is the 0.1, for Zend Framework 1.11 and Simplepie 1.2.

Usage
=====

In your Controller:

init();
    $this->view->title = $feed->get_title();
    $this->view->items = $feed->get_items();
    parent::init();
?>

In your View:

items as $item)
{
    echo $item->get_content();
}
?>

Install
=======

    * Download SimpleZend, decompress and copy in /library. 

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。