duandu2980 2011-06-03 06:50
浏览 38

与ubuntu 11的zend框架

I have download the zendframe work v 1.11.5 on ubuntu 11 (every thing else is installed) after putting the command zf create project /var/www/name it gives me a lot of warnings,so how to set up the zend frame work properly.. the warning:

Note: This command created a web project, for more information setting up your VHOST, please see docs/README

PHP Warning: require_once(PHP/CodeCoverage/Filter.php): failed to open stream: No such file or directory in /usr/share/php/PHPUnit/Autoload.php on line 46 PHP Stack trace:

  • 写回答

2条回答 默认 最新

  • dongya9904 2011-06-03 12:56
    关注

    Go to the any web directory say, /var/www/html/test

    Now call the zf.sh file in the bin folder of zend framework to create new project

    In my case I extracted the zend framework in /var/ww/html/zend-framework

    So I called the zf.sh file as follows

    /var/www/html/zend-framework/bin/zf.sh create project zendtest

    Now a project called called “ zendtest “ has been created in the current directory. This project will have four Sub folders.

    Now we need to include the Libraries in the zend framework in our new project. To do that, just copy the folder called Zend from the library folder of our zend framework. (in my case I copied /var/ww/html/zend-framework/library/Zend ).

    That’s all, we have created a sample project in Zend framework. We can test it using browsing the Public folder in the new project

    http://localhost/ test/zendtest/public/

    评论

报告相同问题?

悬赏问题

  • ¥15 C++ yoloV改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?