开发者

Running zend tool in windows system

I am trying to learn zend framework. I am using the quick start tutorial provided at the site f开发者_JAVA百科or this. While, I am going on, I noticed that the zend tool commands provided at that site, is not intended for windows system.

The point I am stuck in is

% zf configure db-adapter \
> 'adapter=PDO_SQLITE&dbname=APPLICATION_PATH "/../data/db/guestbook.db"' \
> production

How to run this command in CMD? I have tried several variations but they all give wrong output. Also, it would be great full if you could point me to a reference from which I could learn zend tool commands for windows.


It is not true that it is not intended for Windows. With every version of Zend Framework you get a zf.bat for Windows! The commands are exactly the same for all OSs. So the only thing you have to do to make it work is to add the path to the ...\bin direcotry where the zf.bat is located to your windows system path.

Zend_Tool_Framework Programmer's Reference Guide

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜