Bonjour à tous,
J'aimerai utiliser Zend_Tool pour un projet Zend, j'ai suivit ce tuto : http://aityahia.developpez.com/tutor...ork/zend-tool/ mais je ne comprends pas pourquoi je n'arrive pas à executer les commandes zf :
Il me signale automatiquement une erreur ZF ERROR :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 zf --help
Voilà, si quelqu'un peut me donner un petit coup de main parce que là je bloque ...
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33 ***************************** 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 allow 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 \Docume and Settings\Thomas * Storage directory assumed in home directory at location \Documents and S ings\Thomas/.zf/ * Storage directory does not exist at \Documents and Settings\Thomas/.zf/ * Config file assumed in home directory at location \Documents and Setting homas/.zf.ini * Config file does not exist at \Documents and Settings\Thomas/.zf.ini To change the setup of this tool, run: "zf --setup"
Partager