[symfony-users] Re: Table meta-data in Symfony

2011-03-04 Thread David Clark
To flesh this out more -- we have the following schema: Instrument: columns: name: { type: string(255), notnull: true, unique: true } description: clob Question: columns: instrument_id: { type: integer, notnull: true } item_number: { type: integer,

[symfony-users] Getting started w/ templating component

2009-09-23 Thread David Clark
Hi, I was excited to hear about the release of the templating component and I downloaded it yesterday. The thing that I have always valued about Symfony is the way that it gently guides you by building skelelons when creating new project, application or whatever. I have read the templating