A poll system is a database. You cant use a component nor a helper for this. I even doubt you can create a behavior for it.
All you have to do is create the tables and models and build the associations. On Dec 9, 8:16 am, Ziki <[email protected]> wrote: > I know, but i don't have time to write it. Newer mind. tnx > > On 9 pro, 13:16, euromark <[email protected]> wrote: > > > its not that hard to write one on your own > > > you need > > - polls > > - poll_votes > > - poll_options > > > but i would not do it as a component but as a controller/model (with > > its own admin panel etc) > > and just provide some basic elements for other views > > > On 9 Dez., 04:11, Ziki <[email protected]> wrote: > > > > Hi, is there any poll component or some php Poll code which is CakePHP > > > friendly? 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
