If simplepie is a Class, you could include it in your vendor
directory, and then write a helper for it:

Function myfunc()
{
    vendor('simplepie');
    $spie =& new simplepie;

    $spie->function('foo','bar');
}

Tane


On 5/29/07, sixlaneve <[EMAIL PROTECTED]> wrote:
>
> Just wondering, is there any way to use simplepie as a helper?
>
> basically
>
> in a page I have multiple feeds to parse, I thought it could be easier
> to use a helper.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to