I am trying to make an action that involves using several models for
example:

There is a ticket and an order.
I want to create a controller that creates a ticket then it creates an
order for that ticket.

Should i create a new controller for this action or should the action
be included in the tickets_controller.php file  or the
orders_controller.php

What is the conventional way to creating custom controller actions
that do tasks that involve several models.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to