Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cant find zf.bat in zend framework download [duplicate]

Possible Duplicate:
Zend Framework 2 “Zend Tool Missing” in bin folder

I am trying to install the zend framework on my computer and it seems that I need a file zf.bat and its supposed to be in the bin folder. All that I have in the bin folder is:

autoload_example.php autoload_examples.php classmap_generator.php createAutoloadTestClasses.php pluginmap_generator.php

I know that this isn't a programming question, so can someone help me direct it to the correct forum?

like image 640
user1015214 Avatar asked Sep 19 '12 19:09

user1015214


Video Answer


2 Answers

no more zf.bat

start from this http://framework.zend.com/manual/2.0/en/user-guide/skeleton-application.html

like image 121
SMka Avatar answered Oct 16 '22 08:10

SMka


There is no Zend_Tool in Zend Framework 2. You just copy the Skeleton Application (for the time being).

In ZF1 there definetely IS zf.bat in the bin directory. Double check you're downloading ZF1 and double check the contents of the archive.

like image 24
Tomáš Fejfar Avatar answered Oct 16 '22 07:10

Tomáš Fejfar