« Anterior - Versión 3/4 (diferencias) - Siguiente » - Versión actual
Guillermo Zdanowicz, 01/02/2012 17:50


Variables de Entorno

$this->getUser()->getProfile()->getIdsede() //un ejemplo para obtener datos

en formularios se toma la variable

sfContext::getInstance()->getUser()->getAttribute('nombrevariable')

en el action se puede asignar

$this->getUser()->setAttribute('nombrevariable',$mivalor);

ALGUNOS PLUGINS REQUIEREN CORRER

php symfony plugin:publish-assets

esto crea links en carpeta web

Redmine Appliance - Powered by TurnKey Linux