Archives
Master Symfony2 fundamentals
Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com
Symfony hosting done right
ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com
Blog
A week of symfony #24 (12->18 june 2006)
by
Fabien Potencier
– June 19, 2006
– 4 comments
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






is a trademark of Fabien Potencier. All rights reserved.
Add a Comment
Comments
And also I do not know, why this blogpost killed my konqueror.