Hello All, I am not real sure what I am doing wrong. I have a login page that I am trying to pass an OwnerID to since it is coming from another site and I am getting the below error. How can I pass a querystring to a starting page?
Here is what the url looks like: http://mySite.com/OwnerID=273 The Error I am getting: Error: OwnerID273Controller could not be found. Error: Create the class OwnerID273Controller below in file: app \controllers\owner_i_d273_controller.php <?php class OwnerID273Controller extends AppController { var $name = 'OwnerID273'; } ?> 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 -~----------~----~----~----~------~----~------~--~---
