Blog

The new form framework is almost there...

« Back to the Blog

Categories

Archives

Creative Commons License This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.
rss feed

symfony 1.1 is almost there!

I've already committed the new validation and widget framework some time ago.

And the last two missing classes, sfForm and sfFormField, will be committed by the end of the month... Then, I will dedicate time to write some documentation about the new system.

In the meantime, if you want to know how it will look like, you can read my presentation slides from the IPC 2007 presentation I gave 2 weeks ago in Frankfurt.

The slides are available on my brand new blog, which is powered by symfony 1.1!

 


gravatar icon
#1 Stefan said about 2 hours later

oh, that's exciting news! I really need to make some time to look into what is there already :)

gravatar icon
#2 Javier Eguiluz said about 2 hours later

Great news!!

gravatar icon
#3 [MA]Pascal said about 3 hours later

Super !

Can't wait testing and playing with it :p

gravatar icon
#4 Zhuguo Shi said about 5 hours later

It's great to know that Symfony 1.1 is coming out. We got a new project to start so that I am dying to know the exact date of the release time in order to decide which version of symfony to use. BTW, Is it ease to upgrade from Symfony 1.0x to 1.1?

gravatar icon
#5 Javier Eguiluz said about 12 hours later

Zhuguo Shi, you already can read the (unfinished) "1.0 to 1.1 migration guide"

http://trac.symfony-project.com/browser/trunk/UPGRADE

gravatar icon
#6 Thierry said about 12 hours later

Great, I will definitely make the switch.

gravatar icon
#7 Mohammad said 1 day later

Very Nice
I'm waiting for Sf 1.1

gravatar icon
#8 Joaquin Bravo said 2 days later

The sfForm slides are really exciting. sfFormPropel has not yet been added to the trunk right? I'd like have a look at it and try to port it to Doctrine.

gravatar icon
#9 rihad said 2 days later

> Great, I will definitely make the switch.
Too bad it's too late for me to make the switch :( 1.0 is outstandingly impossible for doing CRUD beyond hello-world, while still enjoying the process.

BTW this comment-posting feature doesn't work if JS is turned off.

gravatar icon
#10 fabien said 2 days later

@Joaquin: sfFormPropel will be committed in the coming days.

gravatar icon
#11 Alexander Zogheb said 3 days later

This is awesome news. I just reviewed the slides very quickly and see there are a significant number of changes in this major release. I have a large project starting now, should i be waiting for this release before i begin major development? Is the code i write for 1.0.8 work with an upgrade to 1.1? I see changes such as the ones to controller naming convention (showAction instead of executeShow) and am curious how this will be managed.

Symfony is the best thing to happen to PHP!!

gravatar icon
#12 Mauro Casula said 5 days later

I hope to begin my next project with new Symfony 1.1...

:)

<a href='http://www.symfony-framework.com/'>Symfony-Framework.com</a>

gravatar icon
#13 Celso said 5 days later

where can i find new form examples?

gravatar icon
#14 Jean Elsner said 6 days later

Fabien, please commit the sfFormPropel class already! :D

@Celso, you should check the slides on Fabien's blog.
Also the unit tests could be of some help.