I always wondered how to store symfony internal links in a database
for my home-brewn cms. The quick and dirty way I'm using is to store
them in symfony helper syntax i.e. <?php echo link_to('anchor text',
'module/action')?> and then eval() the string in the template. This
way you can also store links to components, partials, etc.
It works, but I wonder if there is a better way.On 19 сент, 14:58, "Olivier Revollat" <[EMAIL PROTECTED]> wrote: > Hello, > i've installed sfSimpleBLogPlugin and I wonder how can I include symfony > internal links in blog articles ... ?? > > Any ideas ? > Thanks ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
