RE: [fw-general] Calling actions from PHP-CLI

2007-06-30 Thread Bill Karwin
Zend_Console_Getopt is intended to be a class that parses command-line options; it is not an application framework. MVC is a very good solution for application design, but it's not the only solution. Zend_Console_Getopt should remain decoupled from the MVC pattern, so command-line options can be

Re: [fw-general] Calling actions from PHP-CLI

2007-06-30 Thread Michael Depetrillo
Should Zend_Console_Getopt become Zend_Controller_Router_Cli? The default front controller route is not compatible with any class other than Zend_Controller_Request_Http. On 6/28/07, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:

Re: [fw-general] Bug in Zend_Mail?

2007-06-30 Thread Jack Sleight
If you're on Windows then you wont have sendmail at all, make sure you have correct SMTP server settings in your php.ini, or use the Zend_Mail SMTP transport. http://framework.zend.com/manual/en/zend.mail.sending.html Matthew Weier O'Phinney-3 wrote: > > -- Daniel Freudenberger <[EMAIL PROTECT

[fw-general] Project Zero - have anyone heard of it?

2007-06-30 Thread Dinh
Dear all, IBM has started a project that supports building REST-like services using dynamic languages like PHP at https://www.projectzero.org/wiki/bin/view/Main/WebHome Does IBM do it with some PHP experts support or they just ignore us? I think Zend Framework (SolarPHP, CakePHP...) should be a

Re: [fw-general] Bug in Zend_Mail?

2007-06-30 Thread Matthew Weier O'Phinney
-- Daniel Freudenberger <[EMAIL PROTECTED]> wrote (on Saturday, 30 June 2007, 04:38 PM +0200): > can someone confirm, that the following code is not working properly? I get a > Zend_Mail_Transport_Exception with the message „Unable to send mail“. > > I’m running php 5.2.3 (win / fcgi) and zf 1.0rc

Re: [fw-general] ZF Application Variables?

2007-06-30 Thread Matthew Weier O'Phinney
-- PotatoBob <[EMAIL PROTECTED]> wrote (on Saturday, 30 June 2007, 01:03 AM -0700): > Matthew, as far as I can see, Zend_Cache defines what backends you can load, > so writing our own backend at the moment doesn't seem possible without > editing the Zend_Cache factory to include our class. You cou

Re: [fw-general] _getAllparams() always empty after upgrading

2007-06-30 Thread Matthew Weier O'Phinney
-- KungFuChris <[EMAIL PROTECTED]> wrote (on Friday, 29 June 2007, 07:18 PM -0700): > I am hoping someone can give me a heads up on where my problem may be. > > I just upgraded from RC1 to RC3 and my site stopped working . no matter what > the url it just goes to my index page.. I did a print_r o

Re: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Dinh
Andi, That's great. It reminds me of Java's Pet store: https://blueprints.dev.java.net/petstore/ When Zend Framwork reaches 1.0, it would be necessary to have something like Zend Framework's Pet store. It is a not only sample, illustrated application but also main source to teach people what are

RE: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Andi Gutmans
Bill can probably attest more to the problems. I think some of them are just application problems which might be solved once we upgrade to the latest versions. We didn't have a lot of bandwidth to do that but will look into fixing it now that we're going to ship. Btw, it'd be great to see a ZF-bas

Re: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread mikespook
here http://services.alphaworks.ibm.com/qedwiki/ but maybe you need a ibm ID for tring it. 2007/7/1, till <[EMAIL PROTECTED]>: On 6/30/07, Willie Alberty <[EMAIL PROTECTED]> wrote: > On Jun 30, 2007, at 8:53 AM, Jurriën Stutterheim wrote: > > > First one to build a ZF-based Wiki wins! ;) > >

RE: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Bill Karwin
I would have preferred to use a PHP-based issue tracker and wiki too. But JIRA and Confluence were installed and running when I joined Zend, and they are actually very good products. I am not aware of any PHP solution that has as rich a set of features. Our instance of Confluence has been having

Re: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread till
On 6/30/07, Willie Alberty <[EMAIL PROTECTED]> wrote: On Jun 30, 2007, at 8:53 AM, Jurriën Stutterheim wrote: > First one to build a ZF-based Wiki wins! ;) > > But seriously, it would be cool if a ZF-based Wiki project was > created. > It might serve as an example of "best practice application >

Re: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Willie Alberty
On Jun 30, 2007, at 8:53 AM, Jurriën Stutterheim wrote: First one to build a ZF-based Wiki wins! ;) But seriously, it would be cool if a ZF-based Wiki project was created. It might serve as an example of "best practice application programming with Zend Framework". Using only ZF components (

Re: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Jurriën Stutterheim
Sure would be interesting to find out what the problem is. One thing is for sure: a server that's down most of the time is a bad thing no-one wants. First one to build a ZF-based Wiki wins! ;) But seriously, it would be cool if a ZF-based Wiki project was created. It might serve as an example

[fw-general] Bug in Zend_Mail?

2007-06-30 Thread Daniel Freudenberger
Hello, can someone confirm, that the following code is not working properly? I get a Zend_Mail_Transport_Exception with the message "Unable to send mail". I'm running php 5.2.3 (win / fcgi) and zf 1.0rc3 Everything seems to work fine as long as the body does not exceed 74 characters s

Re: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Thomas Weidner
I would propose to use ZF ;-))) Would be interesting to know where the problems are related to... Wiki ? Jira ? Confluence ? Hardware ? Biddy ? Apprentice ? Greetings Thomas - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Thomas Weidner" <[EMAIL PROTECTED]>; Sent:

RE: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Andi Gutmans
Next time we won't use Java :'( Not sure if Bill had a chance to upgrade it yet. We'll look into it. > -Original Message- > From: Thomas Weidner [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 30, 2007 12:37 AM > To: fw-general@lists.zend.com > Subject: [fw-general] Wiki - Killedki - Re

Re: [fw-general] ZF Application Variables?

2007-06-30 Thread Dinh
Regarding to Spead extension for PHP, it is out of date and does not work any more. An up-to-date version can be found at http://www.briggs.net.nz/log/projects/phpspread/ On 6/29/07, Nico Edtinger <[EMAIL PROTECTED]> wrote: What you need might be a database if you need data in sync across all y

Re: [fw-general] ZF Application Variables?

2007-06-30 Thread PotatoBob
Matthew, as far as I can see, Zend_Cache defines what backends you can load, so writing our own backend at the moment doesn't seem possible without editing the Zend_Cache factory to include our class. Matthew Weier O'Phinney-3 wrote: > > -- Laurent TAUPIAC <[EMAIL PROTECTED]> wrote > (on Friday

[fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Thomas Weidner
Hy... once again wiki down since 2 hours... What's about a clock timer ??? Brute-Force-Reset all 2 hours :-))) Greetings Thomas