[fw-general] Re: generic way of processing forms and modifying underlying database table accordingly

2011-03-04 Thread Martijn Korse
BillKarwin wrote: In general, you can do this only if your form and your database table are trivial. For example, no multi-value form fields, no multi-value data elements, and form fields have a one-to-one mapping to database columns with the same data types and same names, etc.

Re: [fw-general] Re: Crappy Thumbnails from generated pdf

2011-03-04 Thread Simon Walter
On 03/03/2011 12:24 AM, Stefan Riffert wrote: Hello HTH, Unfortunately scribus only supports svg, eps and pdf. I had some mails with the developers of scribus. The option to invoke scibus in the commandline is planned. But no one knows when... I also asked if there is any option to convert the

Re: [fw-general] Zend Framework 1.11.4 Released

2011-03-04 Thread Simon Walter
I'm using it now. I noticed Zend_Tool generates working tests. I was pleasantly surprised! It probably was from an older release and I just noticed now...

[fw-general] Re: Crappy Thumbnails from generated pdf

2011-03-04 Thread student
Hey, that sounds like an approach to follow. I'll see. Thanks a lot for your information. Regards student Am 04.03.2011 12:05, schrieb Simon Walter [via Zend Framework Community]: On 03/03/2011 12:24 AM, Stefan Riffert wrote: Hello HTH, Unfortunately scribus only supports svg, eps and

Re: [fw-general] Re: adding a REST route chained with another route

2011-03-04 Thread Guillaume ORIOL
Le 02/03/11 21:39, nebiros a écrit : Hey, I was reading a devzone post: http://devzone.zend.com/article/12381 and somebody post a comment about how to prepend something to the default routes, in your case the account, in my case the region, so I wrote this in my application.ini file:

Re: [fw-general] Zend Framework 1.11.4 Released

2011-03-04 Thread Matthew Weier O'Phinney
-- Simon Walter si...@gikaku.com wrote (on Friday, 04 March 2011, 08:09 PM +0900): I'm using it now. I noticed Zend_Tool generates working tests. I was pleasantly surprised! It probably was from an older release and I just noticed now... No, that's new with this release, in part due to some

[fw-general] Newbie : Message: Invalid controller specified

2011-03-04 Thread mich
Hi, Im am a newbie in Zend and just enough to understand PHP. I am trying to follow this tutorial : http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf which explains things quite clearly . I think I have followed instructions exaqctly. Now I have followed up to

[fw-general] Re: Zend_Cache cleaning specified tag

2011-03-04 Thread Vincio
Thank you for the answer. How can I clean cache? Regards -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Cache-cleaning-specified-tag-tp090p3335507.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Error on 'non-object'? (Pro PHP book)

2011-03-04 Thread Nlissau
Hi. I just recently started learning the Zend Framework and bought an excellent book: pro php by Kevin McArthur. I have been following a lot of the examples there are in the book, but there is one example that doesn't seem to work properly. The error I get is: Fatal error: Call to a member

Re: [fw-general] Error on 'non-object'? (Pro PHP book)

2011-03-04 Thread Kevin McArthur
HI Nlissau, Are you able to access any helpers via getHelper or is it only the FlashMessenger that is giving you trouble? I'm also not sure if the getHelper string is case sensitive, but you have a lowercase M in $this-view-messages=$this-getHelper('Flashmessenger')-getMessages(); Which