Hi, > How can I call action method from ctp file without displaying that > ctp file on to the screen
You shouldn't have methods inside .ctp files, only presentational data. If you require methods inside a view, create a helper. Paste a code snippet: www,pastie.org j -- jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
