CodeIgniter and Your Own Scripts
Posted
by Abs
on Stack Overflow
See other posts from Stack Overflow
or by Abs
Published on 2010-03-27T14:44:53Z
Indexed on
2010/03/27
14:53 UTC
Read the original article
Hit count: 114
php
|codeigniter
Hello all,
I have found a class I would like to use to get bookmarks from a users delicious account. Here is how it is used.
The problem I am having is, should I be turning this into a Codeigniter library? Can I not use it on its own as this is self contained? I am guessing I am asking for the best practice here.
Thanks all for any help
© Stack Overflow or respective owner