Why not define a new action for your controller

function test()
{
   ... your code here
}

Then build a 'test.thtml' view.

Under normal circumstances, that should map the url: 
http://myhost.com/myController/test
to your code.

Jeff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to