http://redmine.dev-solutions.fr/repositories/entry/sfcms/lib/doctrine_behavior/Noddable.php
I'll release it in 5 days, maybe ten. On 24 nov, 23:02, Jonathan Dart <[email protected]> wrote: > I'd be interested in seeing your Noddable class. I'd be grateful if > you let me know when you release the code. > > On Nov 24, 11:45 am, jean-phi <[email protected]> wrote: > > > 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.
