On Jan 20, 2009, at 18:58 , David Landgren wrote: > Right. So let me rephrase the question. How can sfSimpleForumPlugin > work > on 1.2.2? What are the architectural changes? > > I'm a bit miffed atm since the documentation says "symfony 1.2 [...] > is > the right choice if you start a new project today". That's not exactly > true if you want to use plugins like SimpleForum or SimpleCMS.
C'mon David, don't be miffed, that's part of the joy of discovering a new framework :) Soon enough you figure out what you can trust and what you can't. As a newcomer too, I've already noticed that symfony seems to have been going through some fast-paced incompatible changes. Both the plugins and a lot of the blog posts that come up in Google searches are pretty much outdated. Note that sfSimpleForumPlugin seems to use Propel; given your Perl background you might be happier with something that runs on Doctrine, it's closer to the feature level you're likely used to (e.g. from something like DBIx::Class) and DWIMs more. So this seems like a perfect opportunity for you to implement you own forum plugin that runs on 1.2 :) It is, after all, a pretty good way of learning. -- Robin Berjon - http://berjon.com/ Feel like hiring me? Go to http://robineko.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
