Hi, I'm currently working on a Doctrine based cms.
You'll find a demo over there : http://sfcmssolution.fri-dev.com/backend.php/ guest / guest Every content class act as a content node. cf : http://sfcmssolution.fri-dev.com/cms/en/code-sample I'll release it in few days under creative common. On 23 nov, 22:59, Jonathan Dart <[email protected]> wrote: > Hi Users, > > I'm planning on using Symfony to make a CMS and I'm making some > decisions at the moment that I hope I can get some feedback on. I'm > fairly new to Doctrine so please feel free to correct any nonsense I > write. > > My plan is to make a Doctrine_Template that all my content types will > actAs. I want all content to be searchable so I want to maintain a > Model which is made up of content type (class name), content id > (foreign key), language, and search text columns. My strategy at the > moment is to have the Doctrine_Template add a listerner for postInsert/ > postUpdate to populate this table. > > I've done some experimenting and this strategy works, although I > haven't quite figured out how to manage I18n related matters yet. > > Is this idea sane? Any feedback? > > Regards, > Jonathan -- 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.
