Questions tagged [zend-tool]

Zend Tool or ZFtool is a command line utility for managing Zend Framework 2 (Previously Zend Framework 1) Applications. It provide features like generate skeleton project/module structure, generate controller/actions, get configs etc.

Zend Tool or ZFtool is a command line utility for managing Zend Framework 2 (Previously Zend Framework 1) Applications. It provide features like generate skeleton project/module structure, generate controller/actions, get configs etc.

It provides following features.

  • Generate skeleton application structure.
  • Generate module structure.
  • Generate controller classes.
  • Generate controller actions.
  • Generate classmap for module.
  • Get loaded modules

It can be install by using composer or just using phar file zftool.phar.

For installation/usage information can found at github

65 questions
0
votes
1 answer

How to "zf create project .." using a different profile? REST/console/etc

I want to write yet another REST service, but this time using ZF tool. I wonder if there are already suitable project profiles for that around? After creating a project with a default profile zf tool says Note: This command created a web project,…
Yauhen Yakimovich
  • 13,635
  • 8
  • 60
  • 67
-1
votes
1 answer

Running zend tool in windows system

I am trying to learn zend framework. I am using the quick start tutorial provided at the site for this. While, I am going on, I noticed that the zend tool commands provided at that site, is not intended for windows system. The point I am stuck in…
mrN
  • 3,734
  • 15
  • 58
  • 82
-1
votes
1 answer

Zend CLI Tool issue - php: permission denied?

today i have recompiled PHP with PDO msql driver and now i cant use Zend CLI tool anymore. Before Zend CLI tool was working fine, but now i get: ./zf.sh: 44: php: Permission denied I am really out of ideas what is the problem here :/ i have tried…
-1
votes
1 answer

Any zend tutorial that uses standard folder structure and doesn't use zend tool?

I want to learn zend without using the zend tool. I've found some good tutorials but i think they aren't doing the standard botstrapping and folder structure.
thebob
  • 3
  • 1
-3
votes
2 answers

Zend_Tool setup problems

hai I read that to create a project, execute the zf Windows windows command (zf.bat): C:\>zf.bat create project newproject I saw zf.bat in my C:\wamp\www\Zend\bin, I want to create a new project in c:\wamp\www When I tried to run…
Testadmin
  • 2,880
  • 9
  • 49
  • 71
1 2 3 4
5