[symfony-users] Re: Form validation

2009-08-15 Thread Stefano Sancese
Ciao Richtermeister, I wrote the validator as a Callback: ?php /** * Listino form. * * @packageSuperAdmin * @subpackage form * @author Your name here * @versionSVN: $Id: sfPropelFormTemplate.php 10377 2008-07-21 07:10:32Z dwhittle $ */ class ListinoForm extends

[symfony-users] Re: about session handling

2009-08-15 Thread DEEPAK BHATIA
Hi, Below is taken from Symfony Chapter 6 http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_user_session === User Session Symfony automatically manages user sessions and is able to keep persistent data between requests for users. It

[symfony-users] Re: about session handling

2009-08-15 Thread asim nizam
Can i use some thing like $_SESSION['name']=asim; in symfony On Sat, Aug 15, 2009 at 7:06 PM, DEEPAK BHATIA toreachdee...@gmail.comwrote: Hi, Below is taken from Symfony Chapter 6 http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_user_session

[symfony-users] I18n + Umlauts: not working without utf8_encode

2009-08-15 Thread EddieG
Hi everybody, I'm desperatly trying to get I18n to work via MySQL, but Umlauts are impossible to retrieve: so echo __(Delete) will bring L?schen. - I'm using Propel. - DB: DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci - trans_unit table: CHARSET=utf8 - propel.ini: propel.database.encoding

[symfony-users] Re: about session handling

2009-08-15 Thread rooster (Russ)
Can i use some thing like $_SESSION['name']=asim; in symfony That's pretty much exactly what this explains: http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_sub_session_management --~--~-~--~~~---~--~~ You received this

[symfony-users] Re: modelo n:m embed forms

2009-08-15 Thread Guilherme Veras
look this link ... http://www.blogs.uni-osnabrueck.de/rotapken/2009/03/13/symfony-merge-embedded-form/ On Aug 14, 6:42 am, juaninf juan...@gmail.com wrote: gestor:     id: { type: INTEGER, primaryKey: true, required: true, autoIncrement: true }     nombre: { type: VARCHAR, size: '45' }