Good mor(eve)ning guys. My question is a bit general: How can I adapt any PHP library (like facebook sdk for example) to use in CodeIgniter?
Generally, when you download a PHP library and look to the examples provided, you load the library using include or require_once. What are the adjustments (and ways) to use $this->load->library($name, $params)?
And how can I use the library after that: replacing $var = new Library($data) by ???
If my question is not yet clear, please notify me.
(bonus question: How to apply this to facebook-sdk ?)
Thanks in advance.