In my Codeigniter controllers I want to link to things like AWS SDK, Facebook SDK, etc.
Currently I'm just setting it up with requre_once('./path_to_sdk/....');
My hunch is there's a more correct way of doing this, for instance I know there is a "third_party" folder in CodeIgniter under /application.
Could anyone offer some suggestions or guidance on best practices in this situation?