I have my own question regarding Symfony 1.1

Does it use any kind of IoC or Dependency Injection framework? I'm thinking
along the lines of Spring here.

I'm using type-hinting quite heavily now to improve the robustness and
flexibility of my interfaces, but at the moment it's a little clunky. I'd
like to be able to replace all my instances of sfGuardUser with a generic
'user' which could be either sfGuardUser or my own user class - doing this
at the moment isn't much fun (and all those
$anObject->setSomeObjectId(String $id) methods I'd like to change to
$anObject->setSomeObject(SomeObject $object))

Is anybody currently using any kind of IOC framework with Symfony?

Lee Bolding

w: http://www.leesbian.net



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to