I am not sure to understand,
You want to retreive category from the existing job ? right ?
But if this is the case, what about the first record ? You won't have
any existing category, does not make sense ... (or you have to display a
select input and a free text input, then get the value from
i have this class
job:
connection: doctrine
tableName: job
columns:
id_marchandise:
type: integer(4)
primary: true
autoincrement: true
category:
type: string(50)
sub_category:
type: string(50)
i would like have the data of this table in (of my databas