[symfony-users] Re: Form validation problem

2007-09-19 Thread z01d
I am was having this and some other validation errors documented here: http://www.symfony-project.com/forum/index.php/m/35804/#msg_35804 I'll try to see if the fix above works, thanks. Smells like a bug to me. On 19 сент, 13:35, nico_bl1nd [EMAIL PROTECTED] wrote: thanks Kiril, it works

[symfony-users] Re: sfSimpleBlog and symfony internal links

2007-09-19 Thread z01d
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