> Well this is what i am trying to achieve -> I am trying to build a > system which has 80% similar functionalities of wordpress (like posts, > comments on posts, monthly archives etc). But essentially each post > would have dynamic form (similar to a poll) associated to > it.Registered users of the system can complete and submit the form.
Sounds like it would be easier to write a WordPress plug-in honestly. But if you wanted CakePHP, the easiest way would probably be to load the form through AJAX (with the request call going to a CakePHP address on your server). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
