[symfony-users] Re: Standalone PHP script

2008-04-30 Thread Ian P. Christian
Jacob Coby wrote: Batch files (and symfony init-batch): and Tasks in sf1.1 :) --~--~-~--~~~---~--~~ 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] Re: Standalone PHP script

2008-04-29 Thread Tom Haskins-Vaughan
http://www.symfony-project.org/book/1_0/06-Inside-the-Controller-Layer#Batch%20Files inrila wrote: 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.

[symfony-users] Re: Standalone PHP script

2008-04-29 Thread Jacob Coby
On Apr 29, 2008, at 5:00 PM, inrila wrote: 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.