views:

30

answers:

1

I have the VPS server and i need to install the Zend Framework for Google Client library.

Now i am confused that whether i can install zend for particular site or i need to install on VPS as root user and it will be available for all websites on that Linux server.

Please help

+1  A: 

Nope, you don't need to install it. Zend Framework is just a bunch of php scripts in general. So download it, unpack it anywhere you want and include (or require, doesn't matter) necessary classes.

zerkms