Question

This question already has an answer here:

I previously posted this question (Reading Google docs spreadsheet) and got a good answer that instructed me to use the Zend Framework. I've never used it before, and I'm fairly certain I'm setting it up wrong. It says to "Simply download the framework, extract it to the folder you would like to keep it in, and add the library directory to your PHP include_path."

I'm doing it like this:

<?php
ini_set("include_path", ".:/PortableApps/xampp/htdocs/zend/library");
?>

...which is probably most certaintly wrong. Can someone help me?

Was it helpful?

Solution

Look at this question. It will answer yours.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top