Tagged Questions

2
votes
2answers
139 views

Zend_Tool CLI issues, throwing fatal errors

Before installing PHPUnit on my Ubuntu machine, I thought I had zf.sh all set up correctly. I was able to create a new project without any issues. Now, since installing PHPUnit, ev …
0
votes
1answer
314 views

Zend_Tool: Fatal error: Cannot redeclare class Zend_Loader

I am able to create new projects with... zf create project ProjectName ...but this creates a project without copying the Zend Framework library. So I copy ZF into my project lib …
1
vote
1answer
58 views

How do you migrate an old project to Zend Tool?

I've got a project developed circa Zend Framework 1.7 that I'd like to migrate to Zend Tool and ZF 1.9.4pl1. The main benefit I hope to gain is to be able to use automatic loading …
2
votes
3answers
164 views

How could I customize Zend_Tool to provide my own skeleton/template ?

Zend_Tool is nice, it generates a project with a given name & a given path. But after a while, i started to develop my own tools, like helpers, plugins, validators, etc... I …
-2
votes
2answers
169 views

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 …
0
votes
1answer
159 views

Zend Framework create project error

I am new to the Zend Framework. I read the Zend Framework document. Here I saw to work Zend Framework must include the path in my php.ini, I believe that this is done because in my …
7
votes
3answers
130 views

How to customize Zend_Tool output?

I'd like to use Zend_Tool (ZF 1.9) with my project, but I would like to be able to customize the default output of new files. For example, all Controllers should have a specific he …
0
votes
0answers
13 views

How to work with multiple word resources in Zend_Tool

So I've got a controller that I want to be camel cased: MisterFoobarController So I created it like this: zf create controller mister-foobar which created something like Mist …
1
vote
1answer
193 views

Zend Tool creation of a controller inside a module

Hello you all: I'm trying to create a controller inside a module using the Zend_Tool doing this: $ zf create module admin $ zf create controller login admin With the first comm …
0
votes
1answer
35 views

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 …
0
votes
2answers
632 views

Problem with Zend Framework Quickstart Tutorial and version 1.8.2

I'm trying to work through the quick start tutorial of the Zend Framework version 1.8.2, but I'm getting an error when running this code: zf.sh create project quickstart error: ex …