i want to use some google api system but it says you must use zend framework. is there any code using googles' api system without need zend framework? especially youtube api http://code.google.com/apis/youtube/overview.html
You can get the library independently here: http://framework.zend.com/download/gdata You don't need to be running the entire framework. Zend libraries can be used with normal php sites/scripts.
yes. but i dont want to use zend functions/objects etc. i want to use my own code but i cant find any simple/explained/understandable code samples. google says, use zend framework or its functions/objects. i dont want to use it. maybe too complex, maybe vulnerable, maybe not flexible as i want. do i have to use that? i just need some sample which wrote with pure php functions.