Hello, I've been trying to develop a plugin for Symfony that I can use to support "themes" in my project. I've posted my situation on the message boards here: http://www.symfony-project.com/forum/index.php/t/6927/
Someone was kind enough to respond with a very helpful snippet: http://www.symfony-project.com/snippets/snippet/115 I've had some success with that snippet, and have so far based my plugin on it. However, as I posted in my thread and in the comments for that snippet, the problem is that it does not support partials. It's important that theme developers for my project be able to override partials and components, so I began to dig a little deeper. I arrived at the sfPartialView class. My problems would be solved if I could extend sfPartialView in the same manner that the snippet extends sfPHPView (via module.conf), but alas, it appears that I can not extend it without modifying some of Symfony's core files :( Could any of the developer's shed some light on this and maybe point me in the direction of a solution? I'm sure there's some interest in the user community for a theme plugin for Symfony. If we could solve this problem, I would be more than happy to release my plugin. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
