开发者

Php include path help for Zend framework [duplicate]

This question already has answers here: 开发者_Python百科 How to change include directory of Zend Framework (5 answers) Closed 9 years ago.

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?


Look at this question. It will answer yours.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜