I have successfully configured, installed and working first Symfony
project, with crud/admin functionality. That works pretty awesome for
me, and really does the job of assembling simple enough and fast.
However, now I am getting into troubles. From the code I need to
access external database table, and fetch specific information with
it. But Propel::getConnection() is the connection to the internally
configure application-related database. So, how can I access the
external database, at least even to execute few plain SQL queries? Of
course, I would prefer to build model form the external database
scheme (but it needs to be read-only -- how to do that?) -- but any
solution will be good enough and I appreciate you help!

I do not want to do simple and dumb PHP code to do the work -- I'd
like to stay within Symfony framework if it's possible.

Thanks!


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to