I have a standalone PHP script, which basically looks like

<?php
  echo "Hello World!";
?>

for now :-), and I want to be able to run it from command line, not
from the Web. No problem here.
But I also have my Symfony Web application, and I want this command
line standalone script to work with Symfony's Propel and generated
models.

How can I do that? Any examples?

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