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

Problems using Zend Tools on Server environment: Missing Profile, Wrong default Paths

I have a complex error that may or may not be connected to the Zend installation provided by 1und1 Webhosting which I am using. Here are some of the Symptoms first: Creating a project using: "~/myzenddir> zf create project myzend" causes
elfwyn
  • 568
  • 2
  • 11
  • 33
0
votes
2 answers

getting zend tools to rename actions

so we can use zend tools to create actions, controllers, etc., and it will do the dirty work ... but then what if you want to rename said actions, controllers? is there a way to do this without manually changing all the names in various files?
kamikaze_pilot
  • 14,304
  • 35
  • 111
  • 171
0
votes
2 answers

zend Tool error on Ubuntu:- An Error Has Occurred A project already exists here

I have moved to ubuntu in order to as best as possible duplicate the live server environment for a project i am working on. I used to create my zend folder layouts by hand. But decided to use zend Tool this time. Any way after setting the zf tool up…
Napoleon
  • 879
  • 2
  • 14
  • 36
0
votes
1 answer

In your opinion, when using the Zend Framework is it bad practice to have a view script with out an associated action?

I ask because in my Zend Framework app I use some view scrips that do not have an action associated with them. (Similar to the example on page 102 in the Zend Pro Framework Techniques book…
Fatmuemoo
  • 2,187
  • 3
  • 17
  • 34
0
votes
1 answer

Access is denied while using Zend Tool in Zend Studio

Why do I get this error: executing zf show actions Access is denied When using Zend Tool in Zend Studio. I do everything like in this video: http://www.youtube.com/watch?v=TqJs270tKg4 EDIT: I noticed that when I create a project in ZS with…
czerasz
  • 13,682
  • 9
  • 53
  • 63
0
votes
1 answer

Zend Tool & application.xml

I use NetBeans & Zend Tool (ZT). Then i create new project, ZT create a config file application.ini, but i need a xml version. I create a xml version of application.ini and update .zfproject.xml
ErgallM
  • 237
  • 3
  • 9
0
votes
1 answer

Zend_Tool & Zend_Forms inside a module

Here's my problem. I'm developping an application using ZF 1.10.0, and I have a module called Backend. I need to create a Form for that module. But the damn Zend_Tool won't let me make it inside the modules/Backend/forms folder. Is it necessary to…
3rgo
  • 3,115
  • 7
  • 31
  • 44
0
votes
1 answer

Zend Tool CLI always creates index action index view

I have the following problem with Zend tool (component of Zend Framework) When I give the command to create a controller without a index action the action is still created. I use the following command: zf create controller auth 0 Is this the wrong…
Solid Rhino
  • 1,685
  • 5
  • 18
  • 22
0
votes
2 answers

Zend Framework - Zend Tool - Module error: I have error after I create module with Zend Tool

I'm new to the zend framework. I created a zend project with zend tool, and its works. I then tried creating a module, but when I try to access it with a browser, I get an error. My steps: $ sudo zf create project mystore put Zend library inside…
Ben
  • 25,389
  • 34
  • 109
  • 165
0
votes
0 answers

Zend Framework Tool - zf.php: command not found

I'm trying to install Zend Framework Tool. I follow the documentation and when I run zf.php modules (as stated in the docs) I get zf.php: command not found I found someone who was having a similar problem here - Could not open input file:…
Martyn
  • 6,031
  • 12
  • 55
  • 121
0
votes
1 answer

How can i use zf tool with git bash

I try to attach zf tool into git bash, but this bunch doesn't work In command line all works fine (i use win7) How can i solve this issue?
0
votes
1 answer

Bluehost: Zend Installation, Zend_tool error

I am attempting to run Zend Framework 1.12.1 on my Bluehost web host account. I am following the example provided via the following link: http://www.php-linux.com/home/node/5 I have created a zf folder in the public_html folder I have set an…
Saad A
  • 1,135
  • 2
  • 21
  • 46
0
votes
1 answer

Changing the template code produced by Zend_Tool

This is a silly little thing, but I was just wondering whether there was a way to change the style of the code produced by the Zend_Tool? Specifically, the bracket style? // from this: class Bootstrap extends…
nickf
  • 537,072
  • 198
  • 649
  • 721
0
votes
1 answer

Zend Framework without using Zend Tool

I've already search before asking, and i just found this post. It seems that i didn't do the correct thing so here i'm posting it again. If i don't use the Zend Tool to create Controllers and their Actions, should i edit the file .zfproject.xml…
weilah
  • 463
  • 7
  • 20
0
votes
1 answer

Zend CLI Tool include error

I'm trying to install Zend_Tools. I tried the solutions in other questions but anything worked. I'm using Windows7 with XAMPP therefore my php lies in C:\xampp\php. I included php into PATH, added my ZendFramework\library to include_path. I have…
Felix Scheinost
  • 423
  • 1
  • 4
  • 14