Php include path help for Zend framework

10,670

Look at this question. It will answer yours.

Share:
10,670
JoeCortopassi
Author by

JoeCortopassi

Updated on June 04, 2022

Comments

  • JoeCortopassi
    JoeCortopassi 7 months

    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?