Re: [symfony-users] Need advise regarding a Doctrine_Template that all CMS entities will actAs

2009-11-23 Thread Alexandre SALOME
You should read at the documentation. You would learn the "I18n" behavior. Behaviors are "Searchable", "Sortable", "I18n", "Sluggable", "Timestampable"... What's your behavior purpose ? It looks like you don't have a precise idea of what you are going to do, and about to create a "super-global" b

[symfony-users] Need advise regarding a Doctrine_Template that all CMS entities will actAs

2009-11-23 Thread Jonathan Dart
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