I may understood sth wrong, but here's my problem:
app.yml:
<pre>
all:
.thumbshots:
thumbshot:
path: images/thumbs
quality : 75
max_age: 30
delay: 20
screenx: 1024
screeny: 768
optimize: true
services:
artviper:
# GET paremter definitions
width: w
height: h
delaytime: d
screenx: sdx
screeny: sdy
username: userID
password: email
siteurl: url
</pre>
print_r( sfConfig::get('app_thumbshot_services_artviper_width') );
RESULT: nothing.
What a I doing wrong? Is there a maximum level for nested settings?
PS: The leading spaces are double checked and ok.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---