Development highlights
- r1429, r1430, r1431: some enhancement to Output Escaper classes (Mike Squire)
- r1432: options_for_select() supports tags for easy nesting (slickrick)
'bob', 2 => 'sue', 'group A' => array( 4 => 'bill', 5 => 'jerry'), 'Group B' => array( 7 => 'john', 8 => 'smith') ))); ?>
- r1433: form helpers ids are automatically converted from names to proper (and unique) ids with underscores (slickrick)
<?php echo input_tag('item[14]', '0.00') ?> <?php echo input_tag('total[sum][value]', '0.00') ?> <input type="text" name="item[14]" id="item_14" value="0.00" /> <input type="text" name="total[sum][value]" id="total_sum_value" value="0.00" />
- r1436: sfNumberValidator supports the following types: any, decimal, float, integer (slickrick)
- r1437: sfEmailValidator has a new strict parameter (slickrick)
- r1440, r1459: new calendar translations for it and no
- r1451: ability to remove all stylesheets at once via stylesheets: [-*] and javascripts via javascripts: [-*] (slickrick)
- r1453: validators from validate.yml configuration file and ->validateXXX() methods are always executed (pookey)
- r1463: module generator accepts custom templates (mabs29)
Book and documentation
- r1466: form helpers API documentation updated (slickrick)
Wiki
- Symfony on Mac OsX Intel
- Applying custom joins in doSelect* method
- Replacing Propel with Doctrine: How to get Doctrine running in Symfony
Some people started to translate symfony documentation in german:
Some symfony powered websites
- azedu: An online e-learning educational portal
They talked about us
Published in
#A week of symfony
symfony is based on great coding, but what's more important is documentation... and we can rely on it :)
All links to wiki are broken again. Please fix it. And pay attention in next blog on this.
And also I do not know, why this blogpost killed my konqueror.
"r1453: validators from validate.yml configuration file and ->validateXXX() methods are always executed (pookey)" = WHAT DOES IT MEAN really?? :)
the link to "Mein erstes Symfony Projekt" doenst work.