[symfony-users] Re: Encrypting symfony project

2010-09-27 Thread rafaelgou
Hi, There is some issues about autoloading, but some docs talking about symfony+ioncube (http://www.ioncube.com) exists. http://nibsirahsieu.wordpress.com/2009/10/30/symfony-dan-ioncube/ But, as far as I know, there is no full encryptation of symfony documented. []'s Rafael Goulart from

[symfony-users] Re: Um checbox em cada linha (A checbox in each row)

2010-09-24 Thread rafaelgou
Gerda, Se compreendi bem, cada registro na tabela é referente a uma habilidade, não? (If I realy got it, each record refers to one habilidade, does'n it?) Então me parece que sua abordagem está equivocada - não a modelagem do banco, mas a do uso do formulário. (So, it seems that your thought is

[symfony-users] Re: i18n with technical names instead of text

2010-04-30 Thread rafaelgou
You can simply user: _('mainPage.linkToLogin' ) in your code. But if you want to be more explicit about non translated strings (warn users about non translated strings), why can't use prefix/suffix as we can see in docs:

[symfony-users] Re: Functions other than executeActionXXX()

2010-04-26 Thread rafaelgou
If you create a module with generator (not admin) you'll see an example of processing form, a protected method that is reused by the actions create and update. ./symfony doctrine:generate-module (...) or ./symfony propel:generate-module (...) []'s Rafael Goulart from Brazil On 25 abr, 23:10,

[symfony-users] Re: jQuery + Forms + Symfony 1.3

2010-04-22 Thread rafaelgou
I got this link in my bookmarks, but I'd never used: http://shout.setfive.com/2009/01/23/client-side-validation-for-the-new-symfony-forms-with-jquery/ []'s Rafael Goulart from Brazil -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

[symfony-users] Re: changed fields

2010-04-21 Thread rafaelgou
In PROPEL you can get with something like thiis with $this- modifiedColumns in save() method. In the following example, I watch some fields only: // Note the format of column name $watchedColumns = array ( ClientePeer::CLI_IP,