[fw-general] Re: Zf-admin usage

2013-11-14 Thread MrNomNom
Did you read this page? https://github.com/ZF-Commons/ZfcAdmin/blob/master/docs/1.Introduction.md -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zf-admin-usage-tp4661215p4661216.html Sent from the Zend Framework mailing list archive at Nabble.com. --

Re: [fw-general] help with Zend\Db\Sql\Expression

2013-11-14 Thread Ralph Schindler
Hi, I am having trouble reading through your code sample, do you have an example with a stack trace/error? Or some kind of reproduction case? -ralph On 11/8/13 3:07 AM, Steve Rayner wrote: I'm getting Object of class Zend\Db\Sql\Expression could not be converted to string with the

[fw-general] Re: Zf-admin usage

2013-11-14 Thread syngress
I miss it, thanks .. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zf-admin-usage-tp4661215p4661219.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives

[fw-general] Having trouble writing a basic application after making first steps into ZF2

2013-11-14 Thread dennis-fedco
I am having some trouble creating a beginning ZF2 application. My trouble stems from still learning ZF2, and from a LOT of options available when it comes to development, and a lot of modules available, and from not being crystal clear on how to deal with such modules. Here is what I want to

Re: [fw-general] Having trouble writing a basic application after making first steps into ZF2

2013-11-14 Thread cheresha...@ihahockey.com
Hello Denis, Your business logic is very specific. Maybe the best way to do it is to try building it yourself. Also you will learn a lot. This will take time. The most important is to get the app running right, the way you want it. If there are no suitable modules you have to build them. I can