I have two models, Dealer and DealerReview.
I want to create a form to add DealerReview from the DealersController, View action. What is the recommended way to achieve this in cakephp? Do i: I w
I have two models, Dealer and DealerReview.
I want to create a form to add DealerReview from the DealersController, View action. What is the recommended way to achieve this in cakephp? Do i: I w