久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <bdo id='HGwXX'></bdo><ul id='HGwXX'></ul>
  • <tfoot id='HGwXX'></tfoot><legend id='HGwXX'><style id='HGwXX'><dir id='HGwXX'><q id='HGwXX'></q></dir></style></legend>

      1. <small id='HGwXX'></small><noframes id='HGwXX'>

        <i id='HGwXX'><tr id='HGwXX'><dt id='HGwXX'><q id='HGwXX'><span id='HGwXX'><b id='HGwXX'><form id='HGwXX'><ins id='HGwXX'></ins><ul id='HGwXX'></ul><sub id='HGwXX'></sub></form><legend id='HGwXX'></legend><bdo id='HGwXX'><pre id='HGwXX'><center id='HGwXX'></center></pre></bdo></b><th id='HGwXX'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='HGwXX'><tfoot id='HGwXX'></tfoot><dl id='HGwXX'><fieldset id='HGwXX'></fieldset></dl></div>

        Zend Framework - 安裝舊版本

        Zend Framework - Install an older version(Zend Framework - 安裝舊版本)
        • <small id='HBl2C'></small><noframes id='HBl2C'>

          <i id='HBl2C'><tr id='HBl2C'><dt id='HBl2C'><q id='HBl2C'><span id='HBl2C'><b id='HBl2C'><form id='HBl2C'><ins id='HBl2C'></ins><ul id='HBl2C'></ul><sub id='HBl2C'></sub></form><legend id='HBl2C'></legend><bdo id='HBl2C'><pre id='HBl2C'><center id='HBl2C'></center></pre></bdo></b><th id='HBl2C'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='HBl2C'><tfoot id='HBl2C'></tfoot><dl id='HBl2C'><fieldset id='HBl2C'></fieldset></dl></div>
          <legend id='HBl2C'><style id='HBl2C'><dir id='HBl2C'><q id='HBl2C'></q></dir></style></legend>
              <tbody id='HBl2C'></tbody>
            <tfoot id='HBl2C'></tfoot>

                <bdo id='HBl2C'></bdo><ul id='HBl2C'></ul>

                • 本文介紹了Zend Framework - 安裝舊版本的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我已經安裝了 ZF3.但是我在一家只使用 ZF2 的公司工作,我也必須能夠使用 Doctrine.由于版本 3 不能與學說一起使用,我必須將其降級,或者安裝舊版本.

                  I've already install ZF3. But I'm working in a company that use only ZF2, and I must be able to use Doctrine too. Since the version 3 can't work with doctrine, I have to either downgrade it, or install an older version.

                  但我不知道怎么做,因為 http://framework.zend.com/download/archives 不存在了?

                  But I can't see how to do it since http://framework.zend.com/download/archives does not exist anymore ?

                  我嘗試使用 composer install 并將 composer.json 更改為:

                  I've tried to use composer install and change the composer.json to this:

                  {   
                  "name": "zendframework/skeleton-application",
                  "description": "Skeleton Application for ZF2",
                  "license": "BSD-3-Clause",
                  "keywords": [
                      "framework",
                      "zf2"
                  ],
                  "homepage": "http://framework.zend.com/",
                  "repositories": [
                      {
                      "type": "composer",
                      "url": "https://packages.zendframework.com/"
                  }
                  ],
                  "require": {
                      "php": ">=5.4",
                      "zendframework/zendframework": "2.*",
                      "doctrine/doctrine-orm-module": "0.*"
                  }
                  }
                  

                  但是后來我只有vendor和composer.lock,我不能在同一個文件夾中創建項目,因為它不是空的.

                  But then I only got the vendor and composer.lock, and I can't create the project in the same folder since it is not empty.

                  我該怎么做?

                  提前感謝您的時間!

                  附注:

                  我使用的是 php 5.6 和 Apache 2.2

                  I'm using php 5.6, with Apache 2.2

                  推薦答案

                  我找到了 https://framework.zend.com/downloads/archives 并且可以下載 2.4.9 版,但我對如何正確安裝它有點迷茫.順便說一句,我只是在尋找骨架應用程序.

                  I found https://framework.zend.com/downloads/archives and could download version 2.4.9 but I'm a bit lost about how to install it correctly. By the way, I'm only looking for the Skeleton Application.

                  解決方案:只需在命令末尾添加版本號(此處為 2.5):

                  SOLUTION: Just add the version number (here 2.5) at the end of the command :

                  composer create-project -sdev --repository-url="https://packages.zendframework.com" zendframework/skeleton-application ./ 2.5
                  

                  這篇關于Zend Framework - 安裝舊版本的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Deadlock exception code for PHP, MySQL PDOException?(PHP、MySQL PDOException 的死鎖異常代碼?)
                  PHP PDO MySQL scrollable cursor doesn#39;t work(PHP PDO MySQL 可滾動游標不起作用)
                  PHP PDO ODBC connection(PHP PDO ODBC 連接)
                  Using PDO::FETCH_CLASS with Magic Methods(使用 PDO::FETCH_CLASS 和魔術方法)
                  php pdo get only one value from mysql; value that equals to variable(php pdo 只從 mysql 獲取一個值;等于變量的值)
                  MSSQL PDO could not find driver(MSSQL PDO 找不到驅動程序)

                    <tbody id='FGzVU'></tbody>

                      <i id='FGzVU'><tr id='FGzVU'><dt id='FGzVU'><q id='FGzVU'><span id='FGzVU'><b id='FGzVU'><form id='FGzVU'><ins id='FGzVU'></ins><ul id='FGzVU'></ul><sub id='FGzVU'></sub></form><legend id='FGzVU'></legend><bdo id='FGzVU'><pre id='FGzVU'><center id='FGzVU'></center></pre></bdo></b><th id='FGzVU'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='FGzVU'><tfoot id='FGzVU'></tfoot><dl id='FGzVU'><fieldset id='FGzVU'></fieldset></dl></div>

                    1. <legend id='FGzVU'><style id='FGzVU'><dir id='FGzVU'><q id='FGzVU'></q></dir></style></legend>

                        • <small id='FGzVU'></small><noframes id='FGzVU'>

                            <bdo id='FGzVU'></bdo><ul id='FGzVU'></ul>
                          • <tfoot id='FGzVU'></tfoot>
                          • 主站蜘蛛池模板: 人人擦人人 | 天天干天天干 | 五月激情综合 | 91久久精品日日躁夜夜躁国产 | 国产亚洲精品久久久优势 | 久久精品一区二区三区四区 | www.日本在线| 蜜桃视频一区二区三区 | 成人在线视频网 | 精品综合 | 久久久国 | 欧美一区二区三区在线观看视频 | 二区av | 日韩有码在线播放 | 国产精品综合视频 | 黄色毛片黄色毛片 | 亚洲v日韩v综合v精品v | 96国产精品久久久久aⅴ四区 | 久久久久久天堂 | 免费精品 | а_天堂中文最新版地址 | 日韩h| 粉嫩一区二区三区性色av | www日本在线播放 | 91在线视频国产 | 野狼在线社区2017入口 | 国产精品免费观看 | 秋霞a级毛片在线看 | 91精品国产综合久久精品 | 亚洲电影第1页 | 国产伦精品一区二区三区精品视频 | 国产精品福利视频 | 可以在线观看av的网站 | 新91视频网| 欧美黄色片 | 狠狠干天天干 | 91亚洲精品国偷拍自产在线观看 | 岛国二区| www.色.com| 亚洲第一天堂无码专区 | 国产视频第一页 |