[fw-general] FlashMessenger plugin, message type

2012-11-09 Thread Andreas Möller
Hello list, may I ask why the FlashMessenger plugin does not support specifying the type of the message that has been added? Best regards, Andreas -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

Re: [fw-general] FlashMessenger plugin, message type

2012-11-09 Thread Volkan Altan
Hi, You can review this code... http://vufind.git.sourceforge.net/git/gitweb.cgi?p=vufind/vufind;a=blob_plain;f=module/VuFind/src/VuFind/Theme/Root/Helper/Flashmessages.php;hb=HEAD Volkan Altan http://volkanaltan.com/ İyi Çalışmalar. On Fri, Nov 9, 2012 at 4:14 PM, Andreas Möller

Re: [fw-general] Executing manually built SQL queries - Is there an easier way?

2012-11-09 Thread Ralph Schindler
The third and forth lines (prepare*() execute()) seem needlessly verbose. Can't it be simplified down into a single execute() function on the Select object? On the select object, probably not. The Select object by itself does not do SQL abstraction, only when prepared with a Sql object

Re: [fw-general] FlashMessenger plugin, message type

2012-11-09 Thread Ludwig Ruderstaller
Hi, i use the namespaces for it https://gist.github.com/4046645 br Ludwig On 11/09/2012 03:14 PM, Andreas Möller wrote: Hello list, may I ask why the FlashMessenger plugin does not support specifying the type of the message that has been added? Best regards, Andreas -- CWD

Re: [fw-general] Executing manually built SQL queries - Is there an easier way?

2012-11-09 Thread Stephen Rees-Carter
I think there is a feature request in there though. Perhaps the Sql object could have an execute() which would be similar in nature to Zend\Db\Adapter\Adapter::query(). The downside is that you are throwing away the statement produced in favor of just the result. While that may seem like what

[fw-general] ZF2 Documentation

2012-11-09 Thread Andreas Möller
Hello, may I ask: is this * http://shop.zend.com/en/zend-framework-fundamentals-2.html the reason why the documentation for ZF2 is of the quality you can find at * http://framework.zend.com/manual/2.0/en/index.html . . . ? In the time and with the money taken for these online classes, I

Re: [fw-general] ZF2 Documentation

2012-11-09 Thread Robert Basic
On 9 November 2012 22:51, Andreas Möller a...@softe.is wrote: Hello, may I ask: is this * http://shop.zend.com/en/zend-framework-fundamentals-2.html the reason why the documentation for ZF2 is of the quality you can find at * http://framework.zend.com/manual/2.0/en/index.html . . . ?

Re: [fw-general] ZF2 Documentation

2012-11-09 Thread Andreas Möller
Hello Robert, I don't understand what are you getting at? What I am getting at is that I find the quality of the ZF2 documentation quite low and wonder whether it is this low in quality because Zend rather wants people to spend 1.200€ on a course that covers the basics of building

Re: [fw-general] ZF2 Documentation

2012-11-09 Thread Robert Basic
Some of my following words might be interpreted that I'm standing on Zend The Company's side, but that's not the case. On 9 November 2012 23:21, Andreas Möller a...@softe.is wrote: Hello Robert, I don't understand what are you getting at? What I am getting at is that I find the quality of

Re: [fw-general] ZF2 Documentation

2012-11-09 Thread Greg
I haven't tried to follow much recently. Honestly, until such time that I see decent documentation pertaining to /config/application.config.php, I won't be happy (and I'm not going to track down those who know to then write it up). Sorry... To explain, a couple months ago I tried to figure out

Re: [fw-general] ZF2 Documentation

2012-11-09 Thread Marco Pivetta
@Greg if you want that done, you can start by opening a PR against the files at https://github.com/zendframework/ZendSkeletonApplication/blob/master/module/Application/config/module.config.phpand https://github.com/zendframework/ZendSkeletonApplication/blob/master/config/application.config.phpto