Как получить доступ к перменным сессии пользователя в form классах
К примеру вот так:
# lib/form/YourForm.class.php
sfContext::getInstance()->getUser()->->getAttribute('...');
К примеру вот так:
# lib/form/YourForm.class.php
sfContext::getInstance()->getUser()->->getAttribute('...');