Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Zend Service Class Twitter


Go to End


2 Posts   1572 Views

Avatar
biapar

Forum Moderator, 435 Posts

19 February 2011 at 2:27am

How is it possibile to use this class http://framework.zend.com/manual/en/zend.service.twitter.html in SilverStripe?

Is there a guide?

Thank you

Avatar
Willr

Forum Moderator, 5523 Posts

19 February 2011 at 10:11am

SilverStripe plays nicely with most Zend library classes. If you want to include it in your site just download the class and any dependencies and put them in mysite/thirdparty/..

Then in your SilverStripe code use the standard PHP require_once() function to include the classes from mysite/thirdparty.