WINDOWS + WAMP + Zend Framework 配置步驟分享

來源:互聯網
上載者:User

WINDOWS 下WAMP環境下 的 Zend Framework 配置

1,安裝WampServer

下載WAMPSERVER並安裝,在本例中,安裝在C:\wamp下。

2 安裝Zend Framework

解壓縮 Zend Framework 壓縮包中 \library\ 至 C:\wamp\library (這裡面沒有library目錄,要自己建一個)

3 開啟支援rewrite module

編輯 httpd.conf。

- 編輯 C:\wamp\bin\apache\Apache2.2.10\conf\httpd.conf 檔案。或

- 右擊托盤裡WampServer小表徵圖 --> Apache --> httpd.conf

# LoadModule rewrite_module modules/mod_rewrite.so

去掉 '#',改為:

LoadModule rewrite_module modules/mod_rewrite.so

4 PHP library 設定

- 編輯 C:\wamp\bin\php\php5.2.7\php.ini,或

- 右擊托盤裡WampServer小表徵圖 --> PHP --> php.ini

; Windows: "\path1;\path2"

; include_path = ".;c:\php\includes"

去掉 ';',並且加上Zend Framework 壓縮包安裝路徑,改為:

; Windows: "\path1;\path2" (這裡的分號沒有去掉)

include_path = ".;c:\php\includes;c:\wamp\library;"

5. 生產quickstart項目

Windows開始菜單點擊運行,輸入"CMD",開啟Dos命令視窗,

運行命令:"set path=%path%;C:\wamp\bin\php\php5.2.9-2;"註冊php.exe的路徑

運行命令:"cd C:\wamp\www",將當前路徑切換到WAMP的網站文檔www路徑

運行命令:"ZendStudio\ZendFramework-1.8.1\bin\zf.bat create project quickstart

注意將zf.bat的路徑換成你自己的路徑,稍候,zf.bat建立quickstart項目:"Creating project at C:/wamp/www/quickstart"

6. 測試樣本項目

開啟瀏覽器,瀏覽"http://localhost/quickstart/public/",可以看見"Welcome to the Zend Framework!"的頁面了。(如果沒有顯示請重啟wmap)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.