Bunu değiştirmek istiyorum:
$p = new sfWidgetFormI18nChoiceCountry(array('culture' => 'en'));
tarafından
$p = new sfWidgetFormI18nChoiceCountry(array('culture' => getCulture()));
ama ben getCulture kullanmak üzere bir eriþimcisi kaçırıyorum ve ben ne hatırlayamıyorum.
What is the acessor to use getCulture on the form class ? What's your technique to remember the acessors ?
Teşekkürler