The Zend Framework is namespaced so that it will work alongside other
frameworks / libraries.

'Installation' would ideally, would mean extracting the entire framework
into a location accessible to your project, add this location to your
include path (if it's not already) and then either include the
Zend_Loader into your bootstrap (if you use one) or include the
appropriate Zend_GData files into your code, where required.

If you are concerned about extracting the entire framework, for some
reason, then you could remove packages you don't require, but make sure
you check for dependencies in everything you plan to use.

Shima TS wrote:
> Hi All,
> how can i inastall Zend GData without installing Zend Framework. and By
> installing only Zend GData can i use Zend_Gdata_YouTube() functionality in
> my php-symfony framework project?

-- 
Kieran Hall

Reply via email to