[symfony-users] Questions, concepts and explanations about SfGuardUserPlugin and personal OpenID.

2011-06-14 Thread Guilherme Veras
Hello all, I've been looking for information on how to extend the plugin sfGuardUser in the following situation: I have several users and several groups. And in each group the user has a different set of permissions. I thought about creating multiple entries in the table sf_guard_profile or

[symfony-users] Re: help_sfPhpExcelPlugi

2010-04-19 Thread Guilherme Veras
Hello maybe you can settle with something simpler. My tip is http://snippets.symfony-project.org/snippet/364 On 19 abr, 17:04, safa boubekri boubekri.s...@gmail.com wrote: i do  it symfony cc but the same msg -- If you want to report a vulnerability issue on symfony, please send it to

[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' }    

[symfony-users] Re: Many sites using the same application

2009-05-26 Thread Guilherme Veras
I casually create centralized applications. Put in the folder WEB systems available thus gain a high rate of reuse of classes and specific functions. In addition, clear framework to keep my updated. But the architecture of symfony is perfect and allows you to make extensions or even mix the two

[symfony-users] Problem: Change values after from $from-bind() and function isValid();

2008-10-13 Thread Guilherme Veras
hello staff would like to help with a following question I have the tables Pessoa and Pessoa Fisica pessoa: _attributes: { idMethod: native } id: { type: INTEGER, required: true, autoIncrement: true, primaryKey: true } created_at: { type: TIMESTAMP } updated_at: { type: