I'm working on a project based on Symfony2 framework, and I would like to be able to search for Youtube videos and display them. For that, I've been trying to figure out a way to load Zend GData classes into my Symfony2 controller, but there's very little or no documentation about this topic. So I would like to know if there's a way of doing this.
Thanks in advance.
add this line to the namespaces array of your autoload.php file:
'Zend' => DIR.'/../vendor/Zend/library',
use the classes just as you would do in a zend app:
$gdata = new \Zend\GData\GData();
It might be useful to register and use some classes as services, but that's another topic...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With