Working on a Facebook application with Zend Framework 2 for my client, I experienced the issue with loading 3rd party libraries, in this case the facebook php sdk. I thought it would be easy, just use required_once, include on any similar syntax and everything would be fine. It wasn’t so easy, actually. Here is how I [...]
↧