Hello everyone, Below is a working draft of an article I am writing for DevZone which will highlight using Zend_Tool to create a ZF MVC application. This ...
Hi, I tried to run through the Zend tool article but ran into problems. I found that the first time I ran the "zf show version" command I received an error...
Hey Carlton, What version of PHP? I will try to replicate and make a more workable solution. I know the SPL has included different features at different ...
Hi Ralph, Thanks for responding...I am running PHP 5.2.0 on Windows XP I will test on some other machines we have, one of which has the latest version of PHP,...
I have tried this on another PC running PHP 5.2.6 and it seems to work fine, I noticed that an error is displayed if the incorrect syntax is used, i.e. just...
Hi All, I recently read about Zend Tool on Zend DevZone article published last week. After following all the instructions in the article, I'm running into this...
Hi Ralph, Thanks for your response. Unfortunately the update version did not resolve the issue. I updated both the zf.sh and zf.php files as well as the entire...
I saw a post or two on zf-general about this issue, and since I had (and managed to solve) it myself, I thought I'd explain what I believe is causing it. From...
Ralph, My apologies, when I updated to the latest version I must not have copied the files correctly. After taking a closer look that file you pointed me to...
Hey Tim, this is a great email, and I am still digesting. I¹ll respond when I have all my thoughts together. Cheers, Ralph ... -- Ralph Schindler Software...
I ran into a not-entirely unrelated issue that was caused by using a symbolic link to make the Zend and ZendL directories includable. This caused even the zf...
I'm not sure if this is an issue with Zend_Tool or Zend_Console_Getopt, but I figured that I'd post it here since this is where I've encountered it. According...
Hi Ralf (et al), Installing the ZendL library for Zend_Tool via a symlink, I get the following error: ~/zf/Zend_Tool/library $ zf show version An error has...
There has been some disagreement on the ZF team at Zend about whether Zend_Tool_Rpc is a good namespace. The following arguments have been put forth: Pro: It...
Hi Wil, good point. The first thing that came to my mind when thinking about your message was calling the namespace "Zend_Tool_ProcedureCall" or just ...
-- Tobias Gies <tobiasgies@...> wrote ... Zend_Tool_Callback may make sense, as well -- because in essence, all executable items are PHP callbacks. ...
My only concern is that "Callback" doesn't impress itself as the core of the system, which is what it is. While I agree, RPC does little in that department as...
Hello Ralph (and everyone), i played with the CLI endpoint today and had some problems. Personally my include path is a bunch of symlinked libraries. Its way...
Since the Tooling client in CLI will be a "final" product not something to be extended i guess its ok that most methods in ZendL_Tool_Rpc_Endpoint_Abstract are...
Again me, this is for ralph mainly, further ideas and questions: 1.) why not make the actions of providers use "return $output" to proxy to the response...
Hey all, we’d like to come to a final decision on this. I’ve got one more name to throw in to the pool: Zend_Tool_Service. Any other suggestions? What do...
Hi all, Given the recent feedback, and a few discussions I've had with some community members, I've put together a roadmap of features/fixes I'll be working on...