Re: [fw-general] Re: [ZF2] How to get data from related entity

2013-04-06 Thread Marco Pivetta
Yes, but it's not on your book :) You would have such a helper somewhere else, where you can access the functionality required to fetch the Author entity Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 7 April 2013 04:42, Dan.latter wrote: > Yeah but it could be a h

Re: [fw-general] Re: [ZF2] How to get data from related entity

2013-04-06 Thread Dan.latter
Yeah but it could be a helper method that wraps the call to getAuthor in order to return author name. Marco Pivetta wrote: That's conceptually wrong. You first get the author, then his name. You don't call `getAuthorName` on a book. Marco Pivetta http://twitter.com/Ocramius http://ocramius.g

[fw-general] Cannot Display Data from MySql Database onto View

2013-04-06 Thread jamiemc25
I have come across a very strange error. I am trying to access database information from my 'store' database's 'product' table using a TableGateway (much like the skeleton tutorial application). Everything is setup correctly as far as I know, including database access credentials within the global.

[fw-general] Re: [ZF2] How to get data from related entity

2013-04-06 Thread Marco Pivetta
That's conceptually wrong. You first get the author, then his name. You don't call `getAuthorName` on a book. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 7 April 2013 00:10, sinimix [via Zend Framework Community] < ml-node+s634137n4659642...@n4.nabble.com> wrote:

[fw-general] Re: Fatal error: Maximum function nesting level of '100' reached, aborting!

2013-04-06 Thread Marco Pivetta
This can happen when using Zend\Di. Increase the allowed function call nesting level. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 6 April 2013 22:02, poashoas [via Zend Framework Community] < ml-node+s634137n4659640...@n4.nabble.com> wrote: > I have just pulled th

[fw-general] Fatal error: Maximum function nesting level of '100' reached, aborting!

2013-04-06 Thread poashoas
I have just pulled the latest ZF2 and everything stopped working. I get: Fatal error: Maximum function nesting level of '100' reached, aborting! Zend\Di\Definition\RuntimeDefinition.php on line 207 What has changed with the dependincies or the listeners? Or does something has changed with Module.