CakePHP 2.3: Save multiple forms in multiple tables all at once in 1 page
问题 I'm trying to set up a commercial proposal system using CakePHP 2.3. It has 5 tables which are associated (see details below). This system will have 1 page on which are 5 forms for each table. (see details below). Form 1: table proposals Form 2: table clients FK proposal_id Form 3: table products FK client_id Form 4: table specifications FK product_id (of the product) Form 5: table appendices FK product_id (of the product) WHERE: proposals hasOne clients. ----------v---------- clients