[nyphp-talk] zend framework..multi forms.

2009-04-27 Thread Nicholas Hart
Thanks for the responses. I am looking at Zend Framework since it supports i5/OS. But what I really want is to easily handle multiple forms on one page. Any examples of this would be much appreciated. BTW Hans, I have posted to the zendframework forum but I think I'm the only one there. Thanks

Re: [nyphp-talk] zend framework

2009-04-24 Thread Daniel Convissor
On Fri, Apr 24, 2009 at 01:54:05PM -0400, Ajai Khattri wrote: > > Its popular but that's because its Zend. Personally, I call it an > unframework because to me its just a library of components... While there are a lot of library components in ZF, there really is a framework in there as well: ht

Re: [nyphp-talk] zend framework

2009-04-24 Thread Ajai Khattri
On Fri, 24 Apr 2009, Michael B Allen wrote: > I'm not sure if you're casting ZF in a negative light but personally I > much prefer a library of independent components over a framework. Some > Zend Framework components are crap but I can choose not to use those > components whereas with a framework

Re: [nyphp-talk] zend framework

2009-04-24 Thread Michael B Allen
On Fri, Apr 24, 2009 at 1:54 PM, Ajai Khattri wrote: > On Fri, 24 Apr 2009, Nicholas Hart wrote: > >> Any >> idea how popular/unpopluar this zend framework is in the php community? > > Its popular but that's because its Zend. Personally, I call it an > unframework because to me its just a library

Re: [nyphp-talk] zend framework

2009-04-24 Thread Ajai Khattri
On Fri, 24 Apr 2009, Nicholas Hart wrote: > Any > idea how popular/unpopluar this zend framework is in the php community? Its popular but that's because its Zend. Personally, I call it an unframework because to me its just a library of components... -- Aj. __

Re: [nyphp-talk] zend framework

2009-04-24 Thread Hans Zaunere
personally some folks on that list are experts in this specific arena. H > -Original Message- > From: talk-boun...@lists.nyphp.org [mailto:talk- > boun...@lists.nyphp.org] On Behalf Of Nicholas Hart > Sent: Friday, April 24, 2009 1:07 PM > To: talk@lists.nyphp.org > Subject:

[nyphp-talk] zend framework

2009-04-24 Thread Nicholas Hart
I am looking for detailed information on how to configure zend framework for i5/OS. The framework.zend.com website doesn't make this distinction. Also, if anyone has a working examples, I would very much like to see them. Any idea how popular/unpopluar this zend framework is in the php community

Re: [nyphp-talk] Zend Framework confusion

2007-12-14 Thread David Mintz
Try printing that Zend_Db_Select object -- it has a nice __toString(). Then copy and paste that query into your mysql command line client and see what happens. It may be that your SQL isn't what you want it to be. On Dec 14, 2007 10:21 AM, willie klein <[EMAIL PROTECTED]> wrote: > Hi All; > > >

[nyphp-talk] Zend Framework confusion

2007-12-14 Thread willie klein
Hi All; I've just started using Zend Framework and having a hard time getting used to this new way of doing things. I'm a bit confused about how to register databases with the registry and putting things all together. I can query tables fine and put the results into my view if I use the

Re: [nyphp-talk] Zend Framework 1.0 released

2007-07-02 Thread David Mintz
That's just one of a number of things that some people are upset about. And it does have its learning curve, and there are some apparent oddities that I do not grok. And yet, still, in my ever so humble opinion, this is the FW that looks most promising. The MVC is idiot-simple to set up, and it's

Re: [nyphp-talk] Zend Framework 1.0 released

2007-07-02 Thread Jon Baer
I have a tiny small gripe about it, look @ all the things which are left in the incubator folder ... Im all for showcasing new stuff but it should be out of the !core! distro to avoid confusion and temptation to use. public function __construct($date, $locale, $parameter) { thr

[nyphp-talk] Zend Framework 1.0 released

2007-07-02 Thread David Mintz
I suppose you guys have already heard about this: http://devzone.zend.com/article/2262-Zend-Framework-1.0.0-production-release but I haven't seen anything about on this list yet. -- David Mintz http://davidmintz.org/ "Our universe is just one of those things that happens from time to time."

Re: [nyphp-talk] Zend Framework

2007-02-05 Thread Phillip B. Roberts
Certainly - It is part of the Boston PHP User Group events this month, link to information regarding the event: http://www.bostonphp.org/component/option,com_gigcal/task,details/gigcal_gigs_id,22/ It is the Feb. 28th event, which I think was originally scheduled for the 5th of October, according

Re: [nyphp-talk] Zend Framework

2007-02-05 Thread Kenneth Dombrowski
On 07-02-05 13:09 +, Phillip B. Roberts wrote: > I am building my first application in ZFW, I had previously tried > working with Cake, Symphony and web.framework but found all of them > restrictive. I am loving the ZFW and have found that the source is > probably the best documentation. I will

Re: [nyphp-talk] Zend Framework

2007-02-05 Thread Phillip B. Roberts
I am building my first application in ZFW, I had previously tried working with Cake, Symphony and web.framework but found all of them restrictive. I am loving the ZFW and have found that the source is probably the best documentation. I will be excited to see 1.0. I will be in Boston at the end of t

Re: [nyphp-talk] Zend Framework

2007-02-04 Thread inforequest
Rob Marscher rmarscher-at-beaffinitive.com |nyphp dev/internal group use| wrote: inforequest wrote: Phillip B. Roberts philliproberts-at-developersshack.com |nyphp dev/internal group use| wrote: Has anyone been working with the Zend Framework at all? Yes. +1. I read a couple of the ZF

Re: [nyphp-talk] Zend Framework

2007-02-04 Thread Rob Marscher
inforequest wrote: Phillip B. Roberts philliproberts-at-developersshack.com |nyphp dev/internal group use| wrote: Has anyone been working with the Zend Framework at all? Yes. +1. I read a couple of the ZF mailing lists too. I think the framework is great... and things are coming together

Re: [nyphp-talk] Zend Framework

2007-02-03 Thread Jakob Buchgraber
Me too ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php

Re: [nyphp-talk] Zend Framework

2007-02-03 Thread inforequest
Phillip B. Roberts philliproberts-at-developersshack.com |nyphp dev/internal group use| wrote: Has anyone been working with the Zend Framework at all? Yes. -- - Your web server traffic log file is the most important source of web bu

[nyphp-talk] Zend Framework

2007-02-02 Thread Phillip B. Roberts
Has anyone been working with the Zend Framework at all? -- Phillip B. Roberts <[EMAIL PROTECTED]> Roberts Companies ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://ww