Still getting my hands around cakephp. Trying to figure out what the best way is to put together a jump page that performs logic based on url parameters and cookie variables, saves data to model and redirects page without any input fields or user triggered actions. For exampe,
www.domain.com/page?user=abx&stats=xyz Need to perform some logic with passed variables + cookie variables, save data and then redirects page. Can this be done by running logic and actions in models and controller or do I need to do this in view and use requestaction? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
