-- Adam Dear <[email protected]> wrote (on Wednesday, 21 March 2012, 09:50 AM -0500): > This may be a stupid question, but I'm looking at exploring Zend > Framework 2. When the full framework is downloaded from > framework.zend.com or when I pull the git ZF2 Skeleton Application, > both have an INSTALL.txt file that talks about the zf command. It says > that it should be located in the framework `bin` directory. However, > looking in that directory reveals that this isn't the case. All that > is in the bin directory are some example autoloader php files, > classmap generator, and a few other php files. > > Like I said I'm sure this is a ridiculous question, but where is the > zf command I can't find it!
There isn't one right now. Zend\Console is being worked on for beta4, which lays the groundwork for new tooling; we may or may not have basic tooling available for beta4 (depends on when Console hits the master branch, basically). Right now, the preferred method for starting with the application is to use the ZendSkeletonApplication, along with ZendSkeletonModule, as these give the basic infrastructure you need to start development of an application and modules, respectively. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
