0

ほぼ2日間頭をかいていた。「ZendFramework2.0.6Minimal」をダウンロードしました。「WampServer2.2E」を使用して動作するように設定しようとしています。

ZendFramework binフォルダー内にCLIツールが見つからなかったため、ここからzf.batzf.phpをダウンロードし ました。これらをwamp PHPフォルダー内に配置しました(パスが既にあるため)ウィンドウズ)

また、wampにあるphp.iniファイルにライブラリパスをマッピングしたので、次のようになります。D:\wamp\bin\php\ZendFramework\library

Windows PowerShellを開いてzfと入力すると、次のエラーが発生します。

***************************** ZF ERROR ********************************
In order to run the zf command, you need to ensure that Zend Framework
is inside your include_path.  There are a variety of ways that you can
ensure that this zf command line tool knows where the Zend Framework
library is on your system, but not all of them can be described here.

The easiest way to get the zf command running is to give it the include
path via an environment variable ZEND_TOOL_INCLUDE_PATH or
ZEND_TOOL_INCLUDE_PATH_PREPEND with the proper include path to use,
then run the command "zf --setup".  This command is designed to create
a storage location for your user, as well as create the zf.ini file
that the zf command will consult in order to run properly on your
system.

Example you would run:

$ ZEND_TOOL_INCLUDE_PATH=/path/to/library zf --setup

Your are encourged to read more in the link that follows.
Zend_Tool & CLI Setup Information
(available via the command line "zf --info")
   * Home directory found in environment variable HOMEPATH with value \Users\Shahar Galukman
   * Storage directory assumed in home directory at location \Users\Shahar Galukman/.zf/
   * Storage directory does not exist at \Users\Shahar Galukman/.zf/
   * Config file assumed in home directory at location \Users\Shahar Galukman/.zf.ini
   * Config file does not exist at \Users\Shahar Galukman/.zf.ini

To change the setup of this tool, run: "zf --setup"

したがって、すべてのパスが正常であるように見えても、私はまだこのエラーを受け取っています。

CLIのインストールにZendガイドを使用しました

そして、答えが私を助けなかった質問をここで見つけました

他に何をすべきですか?Zendフレームワーク2.0.6はCLIを使用することもできますか?Zendフレームワークを快適に管理および操作するための別のソリューションはありますか?

助けてくれてありがとう、シャハール

4

1 に答える 1

3

Zend Framework 2には、ZendFramework1のようなCLIツールはありません。それはまだ開発中であり、すぐにリリースされるかもしれないし、されないかもしれません。ZF1ツールはZF2では機能しません!結局含まれていないのはそのためです;)

于 2013-01-06T00:52:25.713 に答える