Search code examples
phpcodeignitergoogle-docs-api

Google Docs with Codeigniter


Now, newbie question here.

1 - I would like to know if there's a way to view a google drive (google doc) document in a browser using php/codeigniter?

2 - Can I edit it directly from that view?

3 - I found others using Zend GData, but is it only limited to spreadsheets?

Can I possibly use codeigniter for this?


Solution

  • Google has an API for Docs. I haven't used it, but according to it's table of contents you can do a bunch with it. Like Robin said, it you can do it with PHP you can with CI. Perhaps you could be more clear on what you want to accomplish. It's not entirely clear right now.