Re: [fw-general] Does headScript() Work Correctly?

2008-05-30 Thread bfoust
Jani Hartikainen wrote: I've personally come into the habit of putting headScript echos as the *last* thing in the layout, just before closing of the body tag, and inlineScript immediately after headScript. It works just like in the head tag, but according to various people it should

Re: [fw-general] TypePad AntiSpam

2008-05-30 Thread Simone Carletti
It sounds a really nice idea. I'm reading the Six Apart documentation right now at http://antispam.typepad.com/info/developers.html : *TypePad AntiSpam is 100% compatible with the Akismet API. This means that if you've already developed a plugin for Akismet, your plugin will be compatible with

Re: [fw-general] Is this possible: Zend_SubForm with user added records?

2008-05-30 Thread Bart McLeod
Hi Jamie, I think you are asking several questions simultaneously. 1. I don't know about nested subforms, but it seems you do, are these in a legacy application or in ZF? 2. Do 'add' and 'submit' need to perform different actions? I managed to use subforms (0-N) to add records. Every time a

[fw-general] Include Path Order

2008-05-30 Thread Jack Sleight
Hi, I just found a good way to speed up the loading/response time of my application, that I've not seen mentioned here before, so thought I'd share it for anyone who (like me) didn't realise this would make such a difference. If you have multiple include paths (ie. ZF, and perhaps a couple

Re: [fw-general] TypePad AntiSpam

2008-05-30 Thread Pádraic Brady
If the API is that similar, will it only require a stub subclass for namespacing? That pretty in your face on Akismet ;). Simone Carletti wrote: It sounds a really nice idea. I'm reading the Six Apart documentation right now at http://antispam.typepad.com/info/developers.html :

Re: [fw-general] Establishing naming conventions for Zend Framework 2.0

2008-05-30 Thread Julien Pauli
+1, I accepts those exposed ideas : - Why migrate from 1.x branch when it works ? Just keep 2.x branch for new projects - Even on big (tested ?:-) ) apps, such a suggested refactoring (Zend classes, some {not so much} methods) won't be that hard and long (if wanted) - 2.0 seems to be the good

Re: [fw-general] valid html issue

2008-05-30 Thread reto
Hi everyone, I just tried the solution for setting the Doctype in the Bootstrap and then printing it in View-scripts as stated in changeset 9531: http://framework.zend.com/code/changelog/Zend_Framework?cs=9531 On line 58 it says how to print the doctype in your layout-script: ?php echo

[fw-general] Zend_Form ajax update

2008-05-30 Thread etopian
Hi, I'm currently building a view that lists records from a database. In that list I have a checkbox which will show the state of the record (active/inactive). I've created the checkbox in it's own form using Zend_form. What I would like to do, is allow users to change the state of the record

Re: [fw-general] Zend_Form ajax update

2008-05-30 Thread etopian
Yes I do. And I use Prototype to make the Ajax calls. Bart McLeod wrote: do you know how to do ajax calls, do you have a favoriate ajax-capable library? Bart etopian schreef: Hi, I'm currently building a view that lists records from a database. In that list I have a checkbox which

[fw-general] Gdata and Analytics

2008-05-30 Thread Łukasz Wojciechowski
Hey, is it possible to login to analytics with Gdata? I was trying with $client = Zend_Gdata_ClientLogin::getHttpClient($email, $passwd, 'analytics'); but then you can't fetch anything from analytics because you're not logged in. Any ideas? -- Łukasz Wojciechowski

Re: [fw-general] Gdata and Analytics

2008-05-30 Thread Jake McGraw
Analytics currently doesn't provide an API: http://www.google.com/support/analytics/bin/answer.py?hl=enanswer=55561 - jake On Fri, May 30, 2008 at 10:18 AM, Łukasz Wojciechowski [EMAIL PROTECTED] wrote: Hey, is it possible to login to analytics with Gdata? I was trying with $client =

Re: [fw-general] Gdata and Analytics

2008-05-30 Thread Łukasz Wojciechowski
2008/5/30 Jake McGraw [EMAIL PROTECTED]: Analytics currently doesn't provide an API: http://www.google.com/support/analytics/bin/answer.py?hl=enanswer=55561 - jake So I just want to login. Nothing more. The login api is different for analytics? Or it's blocked? -- Łukasz Wojciechowski

[fw-general] Re: Zend DT Table Join

2008-05-30 Thread Ian Warner
I have the following: it keeps erroring saying: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'round_number' in 'where clause' So how do I tell the where clause the correct table $table = new sites_models_Scores(); $select =

[fw-general] Zend DT Table Join

2008-05-30 Thread Ian Warner
I have the following: it keeps erroring saying: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'round_number' in 'where clause' So how do I tell the where clause the correct table $table = new sites_models_Scores(); $select =

Re: [fw-general] TypePad AntiSpam

2008-05-30 Thread Jordan Moore
Probably one of the lamest proposals is now ready for review: http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_TypePad_AntiSpam+-+Jordan+Ryan+Moore On Fri, May 30, 2008 at 4:34 AM, Vincent [EMAIL PROTECTED] wrote: On 5/30/08, Jordan Moore [EMAIL PROTECTED] wrote: TypePad just

[fw-general] ZF-3285 Status

2008-05-30 Thread manningc
I have heard that submitted bugs get responded to/categorized within a couple of days. This bug was created about two weeks ago with no response. I do not know if it got lost in the shuffle or it has just not been addressed. Thank you. -- View this message in context:

[fw-general] Vacation auto-responders and you

2008-05-30 Thread Matthew Ratzloff
Hi everyone, As we in the northern hemisphere enter into the summer and being to take vacations, please be courteous to your fellow mailing list members and remember to exclude all Zend Framework mailing lists from your vacation auto-responder, or temporarily unsubscribe. It's very annoying to

RE: [fw-general] TypePad AntiSpam

2008-05-30 Thread Eric Marden
There is also Mollom, http://mollom.com/ - if we are looking to support multiple Anti-Spam web services. -- Eric Marden Sr. PHP Developer 407.571.4861 Bonnier Corporation 460 N. Orlando Avenue, Suite 200 Winter Park, Florida 32789 www.bonniercorp.com -Original Message- From:

Re: [fw-general] ZF-3285 Status

2008-05-30 Thread Matthew Weier O'Phinney
-- manningc [EMAIL PROTECTED] wrote (on Friday, 30 May 2008, 11:45 AM -0700): I have heard that submitted bugs get responded to/categorized within a couple of days. This bug was created about two weeks ago with no response. I do not know if it got lost in the shuffle or it has just not

Re: [fw-general] Zend_Form Display Group Error Messages and Layout

2008-05-30 Thread Jerry McG
As anyone implemented Birth Date as a display group? Please let me know how you are handling your errors for a group of elements. Thanks! Jerry McG wrote: Hi All, I am using Zend_Form to implement Birth Date on a form. The Birth Date will be a display group where in Month, Day, and