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

L'audit Qualité par SensioLabs

200 points de contrôle de votre applicatif web.
audit.sensiolabs.com

Fabien Potencier
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

Some people started to translate symfony documentation in german:

Some symfony powered websites

  • azedu: An online e-learning educational portal

They talked about us

Add a Comment

You must be connected to post a comment.

Comments RSS

  • gravatar
    #1 brikou said on the 2006/06/19 at 10:50
    symfony is based on great coding, but what's more important is documentation... and we can rely on it :)
  • gravatar
    #2 adrive said on the 2006/06/19 at 12:25
    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.
  • gravatar
    #3 brikou said on the 2006/06/20 at 15:46
    "r1453: validators from validate.yml configuration file and -&gt;validateXXX() methods are always executed (pookey)" = WHAT DOES IT MEAN really?? :)
  • gravatar
    #4 bladus said on the 2006/06/21 at 02:03
    the link to "Mein erstes Symfony Projekt" doenst work.