[fw-general] Zend_Form_Element_Hash

2008-09-10 Thread [EMAIL PROTECTED]
I use a single composite decorator for many of my forms. I find it much easier to work with since most forms for a given project are similar. I'm simply trying to add a Zend_Form_Element_Hash field to a "Contact Us" form on one of my websites. I've built up the form and everything works fine w

Re: [fw-general] Zend_Feed import problem

2008-07-19 Thread [EMAIL PROTECTED]
Thanks Matthew for a quick reply. I'll try to find some other alternatives other than directly call Zend_Feed::import Thanks, art On Sun, Jul 20, 2008 at 2:39 AM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote >

[fw-general] Zend_Feed import problem

2008-07-19 Thread [EMAIL PROTECTED]
I just noticed this error using Zend_Feed::import() DOMDocument cannot parse XML: DOMDocument::loadXML() [domdocument.loadxml]: Input is not proper UTF-8, indicate encoding ! Bytes: 0x93 0x74 0x68 0x65 in Entity, line: 26It shows that the Zend_Feed does not wor

Re: [fw-general] Logrotate for Zend_Log

2008-06-25 Thread [EMAIL PROTECTED]
I solve this problem by extending the Zend_Log_Writer and implemented a Zend_Log_Writer_Syslog for my consumption. If you want I can provide you with the code. On Wed, Jun 25, 2008 at 7:47 PM, Wolfgang Forstmeier < [EMAIL PROTECTED]> wrote: > Hey List, > > I would like to know

Re: [fw-general] Zend Framework 1.5.2 is now available!

2008-05-15 Thread [EMAIL PROTECTED]
Try now. I did download the new version. On Fri, May 16, 2008 at 12:48 PM, Shekar C Reddy <[EMAIL PROTECTED]> wrote: > As of now, I still can't find v1.5.2 for download. Does it take time to > update the site with the new download? > Thanks, > > > > On Thu, May 1

Re: [fw-general] LinkedIn Group

2008-04-21 Thread [EMAIL PROTECTED]
Another one joined! On Mon, Apr 21, 2008 at 7:24 PM, Isaak Malik <[EMAIL PROTECTED]> wrote: > One more that joined :) > > > On Wed, Apr 16, 2008 at 5:20 PM, Eric Marden <[EMAIL PROTECTED]> > wrote: > > > > You can join by searching for my profile using my

Re: [fw-general] OT: Strange PHP behaviour

2008-04-16 Thread [EMAIL PROTECTED]
By the way, you can also use this link for some of the SPL Standard Library http://www.php.net/~helly/php/ext/spl/ On Wed, Apr 16, 2008 at 5:38 PM, Keith Pope <[EMAIL PROTECTED]> wrote: > > Hi this is a little off topic but I thought this would be a good place to > ask, I have a

Re: [fw-general] OT: Strange PHP behaviour

2008-04-16 Thread [EMAIL PROTECTED]
On Wed, Apr 16, 2008 at 5:38 PM, Keith Pope <[EMAIL PROTECTED]> wrote: > > Hi this is a little off topic but I thought this would be a good place to > ask, I have a really strange php behaviour when using an interface. I have > tried finding a bug that matches but no success.

Re: [fw-general] Zend _Acl Adding resource question

2008-02-12 Thread [EMAIL PROTECTED]
You can also get the basic usage here http://jeremyknope.com/articles/2007/06/18/experience-with-zend_acl-and-usage-example Best regards, artiskool On Feb 12, 2008 4:25 PM, Garri Santos <[EMAIL PROTECTED]> wrote: > On Tue, Feb 12, 2008 at 4:17 PM, Jason Qi <[EMAIL PROTECTED]>

Re: [fw-general] Zend _Acl Adding resource question

2008-02-12 Thread [EMAIL PROTECTED]
Garri Santos <[EMAIL PROTECTED]> wrote: > On Tue, Feb 12, 2008 at 4:17 PM, Jason Qi <[EMAIL PROTECTED]> wrote: > > go here > > http://www.zend.com/en/resources/webinars/framework > > > > to see Darby's Webinar > > > > Hope this helps > >

Re: [fw-general] Changing views specific for ajax

2007-08-22 Thread [EMAIL PROTECTED]
I think this is a great approach and I do something very similar but I also throw an indicator in the url so it is very easy to recognize service type call vs a normal output page. For example http://mydomain.com/Xsearch/now the capital X is very easy to know right off the bat that this is cou

Re: [fw-general] PDOException with message SQLSTATE[HY000]: General error: 2036

2007-04-12 Thread [EMAIL PROTECTED]
Thanks for the excellent post, and following up on how you arrived at the final solution. It worked great for me! -- View this message in context: http://www.nabble.com/PDOException-with-message-SQLSTATE-HY000-%3A-General-error%3A-2036-tf3239563s16154.html#a9966402 Sent from the Zend Framework

[fw-general] Acl and Auth

2007-03-15 Thread [EMAIL PROTECTED]
Hi again, I tried Zend_Auth and Zend_Acl as well. I managed to use Auth successfully and also managed to implement my own Zend_Acl descendent. I'm asking myself now how I can combine these two classes. I.e. if I have a user 'stephan', how and where should I assign roles to this user ('guest', 'm

[fw-general] Problem With Oracle

2006-10-17 Thread [EMAIL PROTECTED]
Hi, we are using zend frame work for development. Our application support three databases MYSQL,MSSQL and ORACLE. With Oracle we are facing one problem it is returning selected column names of the table in uppercase while we have declared column names in lowercase during creation of table and becau