zend-tool

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

Hi, I new in zend framework. I create zend project with zend tool and its works , but i create module and when i try access him with browser I get Error. I write my steps, please help me. Thanks, Yosef My steps: $ sudo zf create project mystore put Zend library inside library test: http://localhost/mystore/public/ (working) ...

Custom path for view scripts

I use customized paths for my application based on Zend Framework (a.k.a. themes). The view scripts are saved in public/themes/themename/modulename/..., so switching the application theme is just substituting themename in the path. How to tell Zend Tool to generate the view scripts in this directory instead of the default one? I suppos...

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 command or is there a problem with zend tool. I use version 10.6 of Zend Framework ...

Zend_Tool & Zend_Forms inside a module

Hi everyone. 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 put it there (meaning I'll create it manually), ou should I let Zend_Tool cre...

Zend Tool & application.xml

Hi. 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 <?xml version="1.0"?> <projectProfile type="default" version="1.10"> <projectDirectory> <projectProfileFile filesystemName=".zfprojec...

Working with Zend Tool in multiple dev environments

Hi, On any given Zend Framework project I can be working in 2 or 3 locations - my work PC, home PC or my MacBook. My source code is always in SVN and I usually work on a development server before pushing completed work to the production server. In this kind of environment I've never been too sure where exactly I should work with Zend_To...

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 everythink like in this video: http://www.youtube.com/watch?v=TqJs270tKg4 EDIT: I noticed that when I create a project in ZS with ZT the projects location is in the ZS workspace (C:\Users\user\Zend\workspaces\DefaultW...

Installing Zend Framework

I have been going through this page to install zend framework on my machine locally. http://framework.zend.com/manual/en/zend.tool.framework.clitool.html I can't get it recognize the command in my terminal "zf show version", it keeps coming back to me with command not found. I do have xampp installed on this machine and everytime I run...

Zend: Create action in a specific controller in specific module with command line

I want to create a testAction in testController of testModule with command line. So I go to tesModule directory(cd application/modules/test) and run the following command. zf.sh create action test -c test It created a action in application/modules/test/controllers/testController.php but it created testAction's test.phtml file in appl...

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 http://books.google.com/books?id=znA1LgQSxsoC&amp;lpg=PP1&amp;dq=Pro%20Zend%20Framework%20Techniques%3A%20Build%20a%20Full%20CMS%20Project&amp;pg=PP1#...