[symfony-users] Re: Admin generator. Two modules from same schema or a module with two views ?

2010-03-19 Thread Race
odules by > specifying the "module" parameter during creation, > or have one "smart" module that display info/forms differently. In the > latter case you'll probably have to custom code more and rely less on > the yml configuration. > > Daniel > >

[symfony-users] Admin generator. Two modules from same schema or a module with two views ?

2010-03-18 Thread Race
# config/schema.yml propel: jobeet_job: id: ~ category_id: { type: integer, foreignTable: jobeet_category, foreignReference: id, required: true } type: { type: varchar(255) } company: { type: varchar(255), required: true } logo: { type: varchar(255) } url: { type: varchar(255) } position: { type