[symfony-users] Hiding / Not showing a column from DB in CRUD forms

2010-02-24 Thread Bill P.
Hello, I have been recently working in Grails (Java's symfony framework) and there is some weirdness if i want to create columns (properties) but not have them show up in the forms or be editable. So in symfony, how would I create 2 properties such as 'DateInserted' and 'beenProcessed' but

Re: [symfony-users] Hiding / Not showing a column from DB in CRUD forms

2010-02-24 Thread Javier Garcia
Hi, read the chapter about the Backend in the symfony manual. It's easy. Javi On 02/24/2010 03:45 PM, Bill P. wrote: Hello, I have been recently working in Grails (Java's symfony framework) and there is some weirdness if i want to create columns (properties) but not have them show up in