Variables de Entorno
Versión 3 (Guillermo Zdanowicz, 01/02/2012 17:50)
| 1 | 1 | Guillermo Zdanowicz | h1. Variables de Entorno |
|---|---|---|---|
| 2 | 1 | Guillermo Zdanowicz | |
| 3 | 1 | Guillermo Zdanowicz | $this->getUser()->getProfile()->getIdsede() //un ejemplo para obtener datos |
| 4 | 2 | Guillermo Zdanowicz | |
| 5 | 2 | Guillermo Zdanowicz | en formularios se toma la variable |
| 6 | 2 | Guillermo Zdanowicz | |
| 7 | 2 | Guillermo Zdanowicz | sfContext::getInstance()->getUser()->getAttribute('nombrevariable') |
| 8 | 2 | Guillermo Zdanowicz | |
| 9 | 2 | Guillermo Zdanowicz | en el action se puede asignar |
| 10 | 2 | Guillermo Zdanowicz | |
| 11 | 2 | Guillermo Zdanowicz | $this->getUser()->setAttribute('nombrevariable',$mivalor); |
| 12 | 3 | Guillermo Zdanowicz | |
| 13 | 3 | Guillermo Zdanowicz | ALGUNOS PLUGINS REQUIEREN CORRER |
| 14 | 3 | Guillermo Zdanowicz | |
| 15 | 3 | Guillermo Zdanowicz | php symfony plugin:publish-assets |
| 16 | 3 | Guillermo Zdanowicz | |
| 17 | 3 | Guillermo Zdanowicz | esto crea links en carpeta web |