I'm doing an auctions website (not for any institution, just as part of my learning of php and cakephp). At Home page I have all the items displayed. What I need to do now is to refresh price / last licitation and time remaining in each item when any user makes a licitation.
So do you know how can I, in a view, keep watching licitations table for new records and then update those values in the view? Attention: The new record in the database can be inserted by any other user. I've been told to use comet, but I'm having hard time to make comet work with cakephp... If you have any documentation / examples about that it would be great. Thanks.
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
