syngress, Have you attempted to follow the ZF manual from page 1? It instructs you step by step on how to setup a simple Album application. Or, if you don't wish the follow the manual, you can always try to download the completed project from github. Either way, I strongly encourage you to RTM...
There's a section that illustrates how to make a DB query using the ZF2 way... Read through chapter 68 [Zend\Db\Sql\Sql]. Or if you want a more complete understanding, read chapters 66 through 83 (all the Zend\DB) related chapters. Richie Bartlett Jr (バートレット理路) On Mon, Jul 8, 2013 at 8:35 PM, syngress <[email protected]> wrote: > In AlbumTable.php i have something like this: > > > > So, this code is responsible for taking the appropriate ID that you will > want to choose from a list of albums. > I still do not know how to retrieve a specific value from the database for > the selected ID. > Can you write a simple example, so I had a preview of what I do and how it > works. > > /Regarding to e-mail client, i do not use it, I write directly from > browser./ > > > > -- > View this message in context: > http://zend-framework-community.634137.n4.nabble.com/Zend-2-Skeleton-how-to-get-row-where-id-X-tp4660530p4660541.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- > List: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > >
